diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 3593d293..761cbe8d 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -188,7 +188,7 @@ jobs: run: echo "version=${GITHUB_REF_NAME#mobile@}" >> "$GITHUB_OUTPUT" - name: Create Release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: name: "DeaMap Mobile v${{ steps.version.outputs.version }}" generate_release_notes: true diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 2235ea3d..0bee6cb9 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -322,7 +322,7 @@ jobs: # Uses same release name as Android workflow — softprops/action-gh-release # is idempotent: creates if not exists, appends files if it does. - name: Append to Release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: name: "DeaMap Mobile v${{ steps.version.outputs.version }}" generate_release_notes: true