Skip to content

Commit

Permalink
chore: update node.js.yml
Browse files Browse the repository at this point in the history
fix version update push
  • Loading branch information
tabris87 authored Mar 1, 2024
1 parent 9f0b05a commit c023059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "VERSION=$(cat package.json | grep -sw '"\bversion\b"' | cut -d '"' -f 4)" >> "$GITHUB_ENV"
echo "FILE_VERSION=$(cat package.json | grep -sw '"\bversion\b"' | cut -d '"' -f 4 | sed "s/\./\-/g")" >> "$GITHUB_ENV"
- name: Push version and changlog
run: git push origin develop
run: git push --follow-tags origin develop
- name: Create Github Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit c023059

Please sign in to comment.