We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcaf335 + cedbdda commit 23abc2cCopy full SHA for 23abc2c
1 file changed
.github/workflows/sync-output-repos.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
git config --global user.name "${{ env.GIT_NAME }}"
80
git config --global user.email "${{ env.GIT_EMAIL }}"
81
- - run: node ./dev/update-output-repos.js ${{ needs.verify-inputs.outputs.version }}
+ - run: node ./dev/update-output-repos.js ${{ needs.verify-inputs.outputs.tag }}
82
env:
83
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
84
BLUEPRINT: ${{ matrix.blueprint }}
0 commit comments