Skip to content

Commit 23abc2c

Browse files
authored
Merge pull request #10862 from ember-cli/kg-fix-workflow
2 parents fcaf335 + cedbdda commit 23abc2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-output-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
git config --global user.name "${{ env.GIT_NAME }}"
8080
git config --global user.email "${{ env.GIT_EMAIL }}"
81-
- run: node ./dev/update-output-repos.js ${{ needs.verify-inputs.outputs.version }}
81+
- run: node ./dev/update-output-repos.js ${{ needs.verify-inputs.outputs.tag }}
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
8484
BLUEPRINT: ${{ matrix.blueprint }}

0 commit comments

Comments
 (0)