mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-17 09:01:53 +00:00
chore: fix release-please
This commit is contained in:
@@ -87,9 +87,11 @@ jobs:
|
||||
run: |
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git fetch origin
|
||||
git checkout master
|
||||
git merge -m 'chore: merge dev to master'
|
||||
git merge -m 'chore: merge dev to master' dev
|
||||
git push origin master
|
||||
git checkout dev
|
||||
- name: Promote to dev
|
||||
run: |
|
||||
jq '.version = "${{ needs.release-please.outputs.version }}-dev"' package.json > package.json.tmp
|
||||
|
||||
Reference in New Issue
Block a user