diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d9624bf..7a46669 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -62,7 +62,7 @@ jobs: echo "tag=ci-${DATE}-${SHORT}" >> "$GITHUB_OUTPUT" - name: Create rolling release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 with: tag_name: ${{ steps.ver.outputs.tag }} name: ${{ steps.ver.outputs.tag }}