Skip to content

Commit 7dc66b5

Browse files
committed
rm release yml changes
1 parent c785a52 commit 7dc66b5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,3 @@ jobs:
8080
gh pr create --base main --head $NEW_BRANCH --title "Release $NEW_VERSION [CHECK SEMVER BEFORE MERGE]" --body "This is an automated PR to update to version $NEW_VERSION. Please check [SemVer](https://semver.org/) for correct versioning before merging this PR."
8181
env:
8282
GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}
83-
84-
- name: Determine released version
85-
id: version
86-
run: echo "::set-output name=version::$(node -p "require('./package.json').version")"
87-
88-
- name: Tag new version
89-
env:
90-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}
91-
RELEASED_VERSION: ${{ steps.version.outputs.version }}
92-
run: |
93-
git tag $RELEASED_VERSION
94-
git push origin $RELEASED_VERSION
95-

0 commit comments

Comments
 (0)