Skip to content

Commit

Permalink
Publish updated code with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent 1dd82ed commit 7453ebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- run: npm version patch -m "Bump version to %s [skip ci]" --verbose
working-directory: ./
- run: git diff HEAD
# - run: npm publish --access public
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Bump version [skip ci]"

0 comments on commit 7453ebe

Please sign in to comment.