diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 23b7f9b..e6be7ce 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -73,7 +73,7 @@ jobs: run: echo ::set-output name=git_tag::${GITHUB_REF/refs\/tags\//} - name: Create Release id: create_release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: bodyFile: ./CHANGELOG.md prerelease: ${{ startsWith(steps.get_tag.outputs.git_tag, 'nightly') }}