Skip to content

Commit

Permalink
Merge pull request #61 from cloudnautique/main
Browse files Browse the repository at this point in the history
add tag to the release id
  • Loading branch information
cloudnautique authored Feb 15, 2024
2 parents 159cf8f + ad3e56f commit 115550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jobs:
github.rest.repos.updateRelease({
owner: context.repo.owner,
repo: context.repo.repo,
release_id: process.env.TAG,
release_id: tag/process.env.TAG,
})

0 comments on commit 115550d

Please sign in to comment.