Skip to content

Commit

Permalink
chore: update-package-version-by-release-tag
Browse files Browse the repository at this point in the history
Update build.yml
Update package-lock.json
  • Loading branch information
VirgilClyne committed Oct 12, 2024
1 parent 5b08aee commit 4007564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Update local package.json version from release tag
if: github.event.release.tag_name
if: github.ref_type == 'tag'
uses: BellCubeDev/update-package-version-by-release-tag@v2
with:
keep-v: "false" # If set to "true", will not remove any 'v' prefix from the version number.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4007564

Please sign in to comment.