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 fbb9d7d..ea1e78e 100644 --- a/.github/workflows/release-train.yml +++ b/.github/workflows/train.yml @@ -193,5 +193,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 to npm + tags the release. - 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"