Skip to content

Commit

Permalink
fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed Mar 16, 2024
1 parent af7a6d5 commit 2bc9015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
files: |
com.teddi.g502-battery-monitor.sdPlugin.zip
token: ${{ secrets.GITHUB_TOKEN }}
name: "v${{ env.version }}"
tag_name: "v${{ env.version }}"
body: "Release v${{ env.version }}"
name: "v$VERSION"
tag_name: "v$VERSION"
body: "Release v$VERSION"
draft: false
prerelease: false

0 comments on commit 2bc9015

Please sign in to comment.