Skip to content

Commit

Permalink
Update release-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t authored Nov 8, 2024
1 parent a2e8062 commit 37207d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:

env:
PLATFORM: ${{ matrix.config.platform }}
VERSION: ${{ github.ref_name }} # This extracts the tag name
VERSION: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 37207d5

Please sign in to comment.