Skip to content

Commit

Permalink
chore: update-package-version-by-release-tag
Browse files Browse the repository at this point in the history
Update package-lock.json
Update package.json
Update build.yml
  • Loading branch information
VirgilClyne committed Oct 12, 2024
1 parent 5b08aee commit dc19848
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ 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:
version: ${{ github.ref_name }}
keep-v: "false" # If set to "true", will not remove any 'v' prefix from the version number.
ignore-semver-check: "false" # If set to "true", will not check if the version number is a valid semver version.
- name: Build scripts
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weatherkit",
"version": "1.8.9",
"version": "1.8.11",
"homepage": "https://github.com/NSRingo/WeatherKit/wiki",
"type": "module",
"repository": {
Expand Down

0 comments on commit dc19848

Please sign in to comment.