Skip to content

Commit

Permalink
ci: remove unnessasry tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 16, 2024
1 parent e50c182 commit 70029dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:
git pull
echo "::set-output name=version::v$(pnpm pkg get version | tr -d '\"')"
- name: Tag the commit
run: |
next_version=${{ steps.get_tag.outputs.version }}
git tag -a "$next_version" -m "Version $next_version"
git push --follow-tags
- name: Create release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 70029dc

Please sign in to comment.