Skip to content

Commit 61829cb

Browse files
committed
chore: remove create git tag
1 parent 357c7fb commit 61829cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
const packageJson = JSON.parse(fs.readFileSync('./packages/runtime/package.json', 'utf8'));
7272
return 'v' + packageJson.version;
7373
74-
- name: Create & push git tag
75-
if: github.event.inputs.version == 'latest'
76-
run: |
77-
git tag ${{ steps.version_to_release.outputs.result }}
78-
git push origin ${{ steps.version_to_release.outputs.result }}
79-
8074
- name: Publish to npm
8175
run: |
8276
pnpm -r publish --tag ${{ github.event.inputs.version }} --publish-branch ${{ github.event.inputs.branch }}

0 commit comments

Comments
 (0)