Skip to content

Commit b4753a4

Browse files
authored
Merge pull request #256 from relaystr/chore-fix-typo-gh-actions
fix: typo gh actions
2 parents eb76f0f + 1ffd894 commit b4753a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prerelease-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tag: true
3333
- run: |
3434
melos exec -c 1 --no-published --no-private --order-dependents -- \
35-
gh workflow run prerelease-publish.yml \
35+
gh workflow run prerelease-publish.yaml \
3636
--ref \$MELOS_PACKAGE_NAME-v\$MELOS_PACKAGE_VERSION
3737
env:
3838
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)