Skip to content

Commit

Permalink
Release 0.1.10 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Agata Cyra <[email protected]>
  • Loading branch information
Ehevi and Agata Cyra authored Jun 16, 2023
1 parent 6f8f6bb commit 4606c00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
echo "Identified project: $PROJECT with version: $VERSION"
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
echo "version=$VERSION" >> $GITHUB_OUTPUT
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_DEPLOY_TOKEN }}
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_DEPLOY_TOKEN }}
upload-asset:
runs-on: ubuntu-latest
needs: deploy-npm-module
Expand Down

0 comments on commit 4606c00

Please sign in to comment.