diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f8be45..6ec8ccf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: echo MASTER_SHA=$(git rev-parse origin/master) >> $GITHUB_ENV - name: "Create Release" - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: name: ${{ env.RELEASE_VERSION }} prerelease: ${{ !(github.sha == env.MASTER_SHA) }}