Skip to content

Commit

Permalink
Update package lock after a release
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Sep 26, 2024
1 parent 98cbc98 commit 1061183
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,13 @@ jobs:
sed -i -E -e 's/vice-core(:|\/)[0-9]+\.[0-9]+\.[0-9]+/vice-core\1${{ env.RELEASE_VERSION }}/g' README.md && \
sed -i -E -e 's/vice-nav(:|\/)[0-9]+\.[0-9]+\.[0-9]+/vice-nav\1${{ env.RELEASE_VERSION }}/g' README.md
- name: Update package-lock.json if needed
run: ./gradlew kotlinUpgradePackageLock --no-build-cache --no-configuration-cache --rerun-tasks

- name: Commit next dev version
id: commit_next_dev
uses: EndBug/add-and-commit@v9
with:
add: "['gradle.properties', 'README.md']"
add: "['gradle.properties', 'README.md', 'kotlin-js-store/package-lock.json']"
default_author: github_actions
message: "Prepare next dev version"
48 changes: 24 additions & 24 deletions kotlin-js-store/package-lock.json

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

0 comments on commit 1061183

Please sign in to comment.