Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nycolaide committed Jan 30, 2025
1 parent e69cf7b commit a442048
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ jobs:
if: env.change_version
run: |
echo "${{ env.change_version }}"
version=$(npm version prerelease --no-git-tag-version)
version=$(npm version latest --no-git-tag-version)
echo "Generated version: $version"
echo "npm_version=$version" >> $GITHUB_ENV
env:
npm_version: $version
- name: Compare Diff
run: |
Expand Down

0 comments on commit a442048

Please sign in to comment.