Update release.yml
parent
37f9bbf3fa
commit
6bc9d2fd94
|
@ -1,4 +1,5 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
# Pattern matched against refs/tags
|
||||
tags:
|
||||
|
@ -11,4 +12,4 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||
- run: git push origin +main:production
|
||||
- run: git push +main:production
|
||||
|
|
Loading…
Reference in New Issue