diff --git a/.github/workflows/publish.yml b/.github/workflows/release.yml similarity index 100% rename from .github/workflows/publish.yml rename to .github/workflows/release.yml diff --git a/.github/workflows/release-train.yml b/.github/workflows/train.yml similarity index 99% rename from .github/workflows/release-train.yml rename to .github/workflows/train.yml index 0d50c59..84282ec 100644 --- a/.github/workflows/release-train.yml +++ b/.github/workflows/train.yml @@ -196,5 +196,5 @@ jobs: # A GITHUB_TOKEN merge never fires publish.yml's push trigger, so dispatch # it explicitly. Its dispatch path re-verifies, skips if the version is # already on npm, then publishes + tags. - gh workflow run publish.yml --ref master --repo "${{ github.repository }}" + gh workflow run release.yml --ref master --repo "${{ github.repository }}" echo "Released ${{ steps.bump.outputs.version }} - publish.yml dispatched." >> "$GITHUB_STEP_SUMMARY"