diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 75457c2..04f3fee 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -80,7 +80,7 @@ jobs: GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" continue-on-error: true - - uses: softprops/action-gh-release@v2.2.2 + - uses: softprops/action-gh-release@v2.5.0 with: name: "Continuous Build (Nightly Version: ${{ env.VERSION }})" tag_name: "nightly" diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index c7c58e5..5a88471 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -71,7 +71,7 @@ jobs: echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}" - name: Release Artifacts - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.5.0 with: name: "Citron: ${{ env.VERSION }}" tag_name: "${{ env.VERSION }}@${{ env.DATE }}"