diff --git a/.github/workflows/check-editor-releases.yml b/.github/workflows/check-editor-releases.yml index ba61658..b7bfa48 100644 --- a/.github/workflows/check-editor-releases.yml +++ b/.github/workflows/check-editor-releases.yml @@ -93,7 +93,7 @@ jobs: - name: Create GitHub Release if: steps.check.outputs.found == 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.tag }} name: "${{ steps.version.outputs.tag }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae23d69..dc6014e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: echo "url=https://ateeducacion.github.io/omeka-s-playground/?blueprint-data=${ENCODED}" >> $GITHUB_OUTPUT - name: Publish/Update GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event_name == 'push' && github.ref_name || env.RELEASE_TAG }} files: ExeLearning-${{ env.RELEASE_TAG }}.zip