mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 19:49:16 +00:00
ci: 🔥 fix github action
This commit is contained in:
5
.github/workflows/releases.yml
vendored
5
.github/workflows/releases.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user