Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
fixed missing `run` command

Signed-off-by: Jordy <5869910+gitaarwerk@users.noreply.github.com>
  • Loading branch information
gitaarwerk committed Sep 24, 2023
1 parent ed5308b commit 6518301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
- run: npm run gleamy:build
- run: echo "publishing version ${{ env.RELEASE_VERSION }}"
- run: npm version ${{ env.RELEASE_VERSION }}
- run: npm gleamy:publish
- run: npm run gleamy:publish
env:
NODE_ENV: production
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 comments on commit 6518301

Please sign in to comment.