Skip to content

Commit

Permalink
v77#1-21-50
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc authored Nov 5, 2024
1 parent 3444c95 commit 13c37cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
run: npm run build

- name: Release
uses: softprops/action-gh-release@v1
# Check if commit message starts with 'v'
if: startsWith(env.latest_commit_message, 'v')
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.latest_commit_message }}
tag_name: v1.21.50
name: Release ${{ env.latest_commit_message }}
body: ${{ env.CHANGELOG }}
draft: false
Expand Down

0 comments on commit 13c37cf

Please sign in to comment.