diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 3a89dd1..91b331f 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -1,8 +1,3 @@ -# Syncs this repo's docs/ into the SchulyDocs site (https://docs.schuly.dev). -# On a push to main touching docs/**, copies docs into SchulyDocs/docs//, opens a -# PR against SchulyDocs and auto-merges it — which triggers the Cloudflare Pages rebuild. -# Uses the org-level MAIN_PUSH_TOKEN secret (same as other cross-repo sync workflows). - name: Sync docs to docs site on: diff --git a/.github/workflows/sync-version-on-release.yml b/.github/workflows/sync-version-on-release.yml index d7c0788..6c89d0d 100644 --- a/.github/workflows/sync-version-on-release.yml +++ b/.github/workflows/sync-version-on-release.yml @@ -39,10 +39,8 @@ jobs: exit 0 fi - # Update application.properties sed -i "s|$FILE_VERSION|$TAG_VERSION|" application.properties - # Update pubspec.yaml — preserve build number after '+' PUBSPEC_VERSION=$(grep -oP '^version:\s*\K[^\s]+' pubspec.yaml) PUBSPEC_BUILD="${PUBSPEC_VERSION#*+}" NEW_PUBSPEC="$TAG_VERSION"