Skip to content

Commit

Permalink
feat: remove redundant version update step from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Feb 14, 2025
1 parent d556c5f commit 2d5c9ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ jobs:
fi
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Update Version
run: |
npm version ${{ steps.package_version.outputs.version }} --no-git-tag-version
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2d5c9ee

Please sign in to comment.