Skip to content

Commit

Permalink
Merge pull request #62 from cloudnautique/main
Browse files Browse the repository at this point in the history
fix tag for publish release
  • Loading branch information
cloudnautique authored Feb 15, 2024
2 parents 115550d + 8cdbecf commit d2869f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ jobs:
- name: publish release
id: publish-release
uses: actions/github-script@v7
env:
release_id: "tag/${TAG}"
with:
script: |
github.rest.repos.updateRelease({
owner: context.repo.owner,
repo: context.repo.repo,
release_id: tag/process.env.TAG,
release_id: process.env.release_id,
})

0 comments on commit d2869f9

Please sign in to comment.