diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 8ffe115..05455f5 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} prerelease: ${{ contains(github.ref_name, '-rc') }} \ No newline at end of file