mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-21 04:59:15 +00:00
fix(ci): pre-release
This commit is contained in:
1
.github/workflows/releases.yml
vendored
1
.github/workflows/releases.yml
vendored
@@ -68,7 +68,6 @@ jobs:
|
|||||||
run: yarn node ./scripts/github.js --version="${{ steps.package-version.outputs.current-version}}" --token="${{ secrets.OCTO_TOKEN }}"
|
run: yarn node ./scripts/github.js --version="${{ steps.package-version.outputs.current-version}}" --token="${{ secrets.OCTO_TOKEN }}"
|
||||||
|
|
||||||
- name: 'Run if changes have been detected'
|
- name: 'Run if changes have been detected'
|
||||||
if: steps.auto-commit-action.outputs.changes_detected == 'true'
|
|
||||||
run: |
|
run: |
|
||||||
git add .
|
git add .
|
||||||
git commit -m "chore(version): pre release"
|
git commit -m "chore(version): pre release"
|
||||||
|
|||||||
Reference in New Issue
Block a user