Skip to content

Commit

Permalink
Update release.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent 763a5ca commit ed3f719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
cache: npm
registry-url: "https://registry.npmjs.org"
- run: npm install
working-directory: ./
- run: npm run build
working-directory: ./
- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- run: git diff HEAD
- run: npm version patch -m "Bump version to %s [skip ci]"
- run: git diff HEAD
# - run: npm publish --access public
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit ed3f719

Please sign in to comment.