Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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"