Skip to content

Commit

Permalink
ver bump before npm pub
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Jan 14, 2025
1 parent 8e55d30 commit d270d7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
with:
file: result/share/fonts/*
file_glob: true
- name: push
uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: VERSION
- name: pub to npm
run: |
pnpm version ${{ github.ref_name }} --no-commit-hooks --no-git-tag-version --allow-same-version
pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: push
uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: VERSION
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d270d7f

Please sign in to comment.