diff --git a/.github/workflows/create-version-and-release.yml b/.github/workflows/create-version-and-release.yml index a13bf1e..8a7ee91 100644 --- a/.github/workflows/create-version-and-release.yml +++ b/.github/workflows/create-version-and-release.yml @@ -78,7 +78,7 @@ jobs: git push origin ${{ env.NEW_VERSION }} - name: Create GitHub Release - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.4.1 with: tag_name: ${{ env.NEW_VERSION }} name: ${{ env.NEW_VERSION }} diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 8094f90..562ef06 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -41,7 +41,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Update GitHub Release - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.4.1 with: tag_name: ${{ steps.extract_version.outputs.VERSION }} name: ${{ steps.extract_version.outputs.VERSION }} - Deployed to ${{ inputs.target_environment }}