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.
2 parents 7eba24e + 8a5fc31 commit bad36c5Copy full SHA for bad36c5
1 file changed
.github/workflows/release.yml
@@ -153,7 +153,7 @@ jobs:
153
cd $ROOT_DIR/.artifacts/logbox/${{ env.COLDBOX_VERSION }} && box forgebox publish
154
155
- name: Create Github Release
156
- uses: taiki-e/create-gh-release-action@v1.9.2
+ uses: taiki-e/create-gh-release-action@v1.9.3
157
continue-on-error: true
158
if: env.SNAPSHOT == 'false'
159
with:
0 commit comments