Skip to content

Commit

Permalink
rm release yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Nov 27, 2024
1 parent c785a52 commit 7dc66b5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,3 @@ jobs:
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."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}

- name: Determine released version
id: version
run: echo "::set-output name=version::$(node -p "require('./package.json').version")"

- name: Tag new version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}
RELEASED_VERSION: ${{ steps.version.outputs.version }}
run: |
git tag $RELEASED_VERSION
git push origin $RELEASED_VERSION

0 comments on commit 7dc66b5

Please sign in to comment.