Skip to content

Commit

Permalink
Update tag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adimoldovan committed Aug 31, 2024
1 parent 63d1b6e commit 1989be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
github.rest.repos.createRelease({
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: '${{ env.VERSION }}',
name: '${{ env.VERSION }}',
tag_name: '$VERSION',
name: '$VERSION',
draft: false,
prerelease: false
})

0 comments on commit 1989be0

Please sign in to comment.