Skip to content

Commit 9487b98

Browse files
committed
ci: test
1 parent b6b7db0 commit 9487b98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
- name: Build ESM
3939
run: yarn build:esm
4040

41+
- name: Create Tag
42+
id: tag_version
43+
uses: mathieudutour/github-tag-action@v6.1
44+
with:
45+
github_token: ${{ secrets.GITHUB_TOKEN }}
46+
4147
- name: Create .npmrc
4248
env:
4349
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)