Skip to content

Commit

Permalink
fix: release action to update latest version to package.json and pack…
Browse files Browse the repository at this point in the history
…age-lock.json
  • Loading branch information
Pradumnasaraf committed Sep 19, 2024
1 parent 88950bf commit a04e312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
github-token: ${{ secrets.PA_TOKEN }}
version-file: 'package.json, package-lock.json'
output-file: "false"
skip-commit: "true"
create-summary: 'true'

- name: create release
Expand Down
4 changes: 2 additions & 2 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": "open-source-with-pradumna",
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
Expand Down

0 comments on commit a04e312

Please sign in to comment.