Skip to content

Commit

Permalink
Changed release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexy32 committed Oct 10, 2023
1 parent b270cb7 commit 897f06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
tag_name: Release ${{ github.run_id }}
release_name: Release ${{ github.ref }}
tag_name: Release-${{ github.run_id }}
release_name: Latest Release - ${{ github.run_id }}
draft: false
prerelease: false
- name: Upload Windows zip file
Expand Down

0 comments on commit 897f06c

Please sign in to comment.