Skip to content

Commit

Permalink
Feature/4 npm deployment (#19)
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

* [#4] Retrying release

* [#4] Another tryout
  • Loading branch information
dedenbangkit authored Jul 25, 2024
1 parent 26b9fde commit 3fe2196
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 @@ -57,7 +57,7 @@ jobs:
run: |
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 checkout release-branch
git add package.json
echo "$PASSPHRASE" | gpg --batch --yes --passphrase-fd 0 --pinentry-mode loopback --sign
git commit -S -m "chore(release): $NEW_VERSION"
Expand Down

0 comments on commit 3fe2196

Please sign in to comment.