Skip to content

Commit

Permalink
chore: fix release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 1, 2024
1 parent b5a90e9 commit 3d8f0fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d8f0fc

Please sign in to comment.