diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a703a38..55f5190 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -62,7 +62,7 @@ jobs: shell: bash - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/v') with: name: Release ${{ steps.version.outputs.version }}