Skip to content

Commit

Permalink
fix(js): release workflow (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit authored Dec 9, 2024
1 parent 768bcdd commit 564fd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
VERSION=$(jq -r '.version' package.json)
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "tag_name=js/v$VERSION" >> $GITHUB_OUTPUT
PREVIOUS_VERSION=$(npm show @js/package version)
PREVIOUS_VERSION=$(npm show sails-js version)
echo "prev_version=$PREVIOUS_VERSION" >> $GITHUB_OUTPUT
- name: 'Compare versions'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "sails",
"version": "0.3.1",
"private": true,
"repository": "[email protected]:gear-tech/sails.git",
"author": "Gear Technologies",
"repository": "[email protected]:gear-tech/sails.git",
"license": "GPL-3.0",
"packageManager": "[email protected]",
"workspaces": [
Expand Down

0 comments on commit 564fd6b

Please sign in to comment.