ci: 🔥 fix github action

This commit is contained in:
Leifer Mendez
2023-01-11 20:34:59 +01:00
parent 389169fc58
commit 675046cc58
8 changed files with 18 additions and 57 deletions

View File

@@ -6,7 +6,8 @@ on:
- release/production
jobs:
############ RELEASE ############
release:
release-prod:
if: ${{ !github.event.act }}
name: Release
runs-on: ubuntu-latest
steps:
@@ -70,4 +71,4 @@ jobs:
if: github.event_name == 'push'
run: |
git commit -a -m 'chore(version): launch release 🚀 "${{ steps.package-version.outputs.current-version}}"'
git push
git push origin dev