Skip to content

Commit

Permalink
chore: for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Apr 16, 2024
1 parent 570c610 commit 7d7bb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -52,7 +52,7 @@ jobs:
run: |
PUBLISH_FLAGS="--dry-run"
[ "${{ env.DRY_RUN }}" == "true" ] && PUBLISH_FLAGS="" || true
npm publish $PUBLISH_FLAGS --otp=${{ env.TOTP_CODE }}
echo "npm publish $PUBLISH_FLAGS --otp=${{ env.TOTP_CODE }}"
env:
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
NODE_AUTH_TOKEN: ${{ env.NPMJS_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions scripts/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ fi
echo
echo "INFO: Creating '$PKG_NAME $TAG_NAME' GitHub release (latest=$IS_LATEST)"
if [ "${DRY_RUN}" == "false" ] ; then
echo "RUN gh release create $TAG_NAME"
exit 0
gh release create "$TAG_NAME" \
--title "$PKG_NAME $PKG_VER" \
--notes-file build/release-notes.md \
Expand Down

0 comments on commit 7d7bb0b

Please sign in to comment.