Update release.yml

This commit is contained in:
zomars
2022-11-16 15:06:20 -07:00
parent 37f9bbf3fa
commit 6bc9d2fd94
+2 -1
View File
@@ -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