diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 74d9916..2f84484 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -201,7 +201,7 @@ jobs: run: cargo build --release - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ github.run_number }} name: Release v${{ github.run_number }}