Skip to content

Commit

Permalink
ci: Correct env formatting for run (#3314)
Browse files Browse the repository at this point in the history
The `env:` line was on the wrong indentation level.
  • Loading branch information
spydon authored Sep 20, 2024
1 parent 36ccca4 commit 6f59f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
melos exec -c1 --no-published --no-private --order-dependents -- \
gh workflow run release-publish.yml \
--ref \$MELOS_PACKAGE_NAME-v\$MELOS_PACKAGE_VERSION
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6f59f5b

Please sign in to comment.