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 5536b69 commit 346b73fCopy full SHA for 346b73f
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Create Release
20
- run: gh release create v${{ github.event.inputs.version }} --title "v${{ github.event.inputs.version }}"
+ run: gh release create v${{ github.event.inputs.version }} --title "v${{ github.event.inputs.version }}" || true
21
env:
22
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
0 commit comments