Skip to content

Commit

Permalink
ci: 🎡 WIP package publishing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolba committed Jul 26, 2022
1 parent b2d83b0 commit 1f8f96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
github.rest.repos.updateRelease({
owner: context.repository.owner,
repo: context.repository.name,
release_id: context.release.id
release_id: context.release.id,
body: '👋 woo hoo!'
})

0 comments on commit 1f8f96b

Please sign in to comment.