We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f8592 commit 118866aCopy full SHA for 118866a
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Trigger publish workflow
94
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
95
run: |
96
- gh api repos/${{ github.repository }}/releases/${{ steps.release_notes.outputs.id }}/publish
+ gh api repos/${{ github.repository }}/releases/${{ steps.release_notes.outputs.id }}publish
97
env:
98
GH_TOKEN: ${{ github.token }}
99
0 commit comments