Skip to content

Commit 3772ecb

Browse files
feat: add ci
1 parent fe60d43 commit 3772ecb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
git config user.name "${GITHUB_ACTOR}"
3131
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
32-
- run: npx [email protected]
32+
- name: semver release
33+
3334
env:
3435
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)