Skip to content

Commit

Permalink
[#4] Update CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Jul 25, 2024
1 parent c2ed11e commit 367cf55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git checkout -b release-branch || git checkout release-branch
git pull origin release-branch
git pull origin release-branch --rebase
git add package.json
echo "$PASSPHRASE" | gpg --batch --yes --passphrase-fd 0 --pinentry-mode loopback --sign
git commit -S -m "chore(release): ${{ steps.bump_version.outputs.new_version }}"
git push origin release-branch
git push origin release-branch --force
- name: Create Pull Request
id: create_pr
Expand Down

0 comments on commit 367cf55

Please sign in to comment.