diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68be46d..2f8600a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: intro-skipper-${{ env.GIT_HASH }}.zip - name: Publish prerelease notes - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.5 if: github.event_name != 'pull_request' with: tag_name: 10.8/preview diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b50d3b5..952c940 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: intro-skipper-v${{ github.event.inputs.version }}.zip - name: Publish release notes - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.5 with: tag_name: 10.8/v${{ github.event.inputs.version }} name: v${{ github.event.inputs.version }}