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 729ccfc commit d5cf933Copy full SHA for d5cf933
1 file changed
.github/workflows/build_and_deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Create release
49
if: ${{ contains(steps.meta.outputs.tags, ':v') }}
50
id: create_release
51
- uses: ncipollo/release-action@v1.16.0
+ uses: ncipollo/release-action@v1.18.0
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
with:
0 commit comments