Skip to content

Commit d270d7f

Browse files
committed
ver bump before npm pub
1 parent 8e55d30 commit d270d7f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/pub.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
with:
3737
file: result/share/fonts/*
3838
file_glob: true
39+
- name: push
40+
uses: stefanzweifel/git-auto-commit-action@v5
41+
with:
42+
file_pattern: VERSION
3943
- name: pub to npm
4044
run: |
4145
pnpm version ${{ github.ref_name }} --no-commit-hooks --no-git-tag-version --allow-same-version
4246
pnpm publish --no-git-checks
4347
env:
4448
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45-
- name: push
46-
uses: stefanzweifel/git-auto-commit-action@v5
47-
with:
48-
file_pattern: VERSION

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)