Update release.yml

This commit is contained in:
zomars 2022-11-16 15:17:35 -07:00
parent 6bc9d2fd94
commit 5e2db12396

View File

@ -9,7 +9,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_ACCESS_TOKEN }}
- run: git push +main:production
- run: git push origin +main:production