Skip to content

Commit 0313548

Browse files
committed
chore: update version in package.json on release
1 parent 7407077 commit 0313548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build
4848
run: npm run compile
4949
- run: npm ci
50-
# - run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
50+
- run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
5151
- uses: JS-DevTools/npm-publish@v3
5252
with:
5353
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)