Skip to content

Commit

Permalink
update package publish workflow pt.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Sep 13, 2023
1 parent ba40bf9 commit 85a8bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Export tag env var
run: |
echo "NPM_TAG=`echo '0.0.0-dist.${GITHUB_SHA::7}'`" >> $GITHUB_ENV
echo "NPM_TAG=`echo '0.0.0-dist.`${GITHUB_SHA::7}`'`" >> $GITHUB_ENV
- name: Publish ${NPM_TAG} to npm registry
if: github.event_name == 'push'
Expand Down

0 comments on commit 85a8bc7

Please sign in to comment.