Skip to content

Commit

Permalink
ci: properly close parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Oct 14, 2023
1 parent c871740 commit 2f351bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get release id
id: get-release-id
if: ${{ steps.release-please.outputs.releases_created }}
run: echo "release_id=$(gh api '/repos/{owner}/{repo}/releases/tags/${{ steps.release-please.outputs.tag_name }}' -q '.id'" >> "$GITHUB_OUTPUT"
run: echo "release_id=$(gh api '/repos/{owner}/{repo}/releases/tags/${{ steps.release-please.outputs.tag_name }}' -q '.id')" >> "$GITHUB_OUTPUT"
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 2f351bf

Please sign in to comment.