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