Update release.yml
parent
6bc9d2fd94
commit
5e2db12396
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue