From 3fe2196717efce80c4d3829a0c648c60441fd00d Mon Sep 17 00:00:00 2001 From: Deden Bangkit Date: Thu, 25 Jul 2024 15:59:05 +0700 Subject: [PATCH] Feature/4 npm deployment (#19) * [#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 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 145be22..5021038 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"