Skip to content

Commit

Permalink
Merge pull request #16 from NxtLvLSoftware/dev-to-dist
Browse files Browse the repository at this point in the history
Merge dev changes to dist
  • Loading branch information
JackNoordhuis authored Sep 13, 2023
2 parents 3c996e0 + 173a3db commit 22d73ea
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 22d73ea

Please sign in to comment.