Skip to content

Commit

Permalink
same job, so should be able to use env
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed Mar 16, 2024
1 parent b8d0ee4 commit af7a6d5
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${{ steps.version.outputs.version }}"
tag_name: "v${{ steps.version.outputs.version }}"
body: "Release v${{ steps.version.outputs.version }}"
name: "v${{ env.version }}"
tag_name: "v${{ env.version }}"
body: "Release v${{ env.version }}"
draft: false
prerelease: false

0 comments on commit af7a6d5

Please sign in to comment.