Skip to content

Commit

Permalink
Fix CD upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfarzan authored Jan 24, 2020
1 parent 49e3fa3 commit b02deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-create-kpt-functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
- name: Upload binaries
run: ./scripts/publish-bins.sh
run: ./scripts/publish-bins.sh $GITHUB_REF
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit b02deea

Please sign in to comment.