Skip to content

Commit

Permalink
chore: print commit SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
lsps9150414 committed May 24, 2022
1 parent 010de58 commit 979e31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Publish package
id: publish-package
run: |
echo tag: N/A (using the default 'latest' tag for production)
echo version: ${{ steps.bump-version.outputs.pkg_version }}
echo "tag: N/A (using the default 'latest' tag for production)"
echo "version: ${{ steps.bump-version.outputs.pkg_version }}"
yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 979e31d

Please sign in to comment.