Skip to content

Commit b02deea

Browse files
authored
Fix CD upload step
1 parent 49e3fa3 commit b02deea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-create-kpt-functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
3333
service_account_key: ${{ secrets.GCP_SA_KEY }}
3434
- name: Upload binaries
35-
run: ./scripts/publish-bins.sh
35+
run: ./scripts/publish-bins.sh $GITHUB_REF
3636
- name: Use Node.js 12.x
3737
uses: actions/setup-node@v1
3838
with:

0 commit comments

Comments
 (0)