diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 2041193fcb6..304c0049669 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -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 }}