Skip to content

Commit

Permalink
Feature/4 npm deployment (#17)
Browse files Browse the repository at this point in the history
* [#4] Push via PR

* [#4] release on main branch

* [#4] Update CI

* [#4] Add git pull in CI

* [#4] Update CI release

* [#4] Update deprecated set-output

* [#4] Update CI
  • Loading branch information
dedenbangkit authored Jul 25, 2024
1 parent 2b07c5a commit 65ec2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ 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 --rebase
git add package.json
echo "$PASSPHRASE" | gpg --batch --yes --passphrase-fd 0 --pinentry-mode loopback --sign
git commit -S -m "chore(release): $NEW_VERSION"
git pull origin release-branch --rebase
git push origin release-branch --force
- name: Create Pull Request
Expand Down

0 comments on commit 65ec2a3

Please sign in to comment.