1 parent 38d7812 commit e646efbCopy full SHA for e646efb
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
- uses: actions/checkout@v6
26
27
- name: Set version from tag
28
+ if: github.ref_type == 'tag'
29
run: |
30
sed -i "s/0.0.0/${GITHUB_REF_NAME}/g" package.json src/index.ts
31
0 commit comments