We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e3fa3 commit b02deeaCopy full SHA for b02deea
.github/workflows/release-create-kpt-functions.yaml
@@ -32,7 +32,7 @@ jobs:
32
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
33
service_account_key: ${{ secrets.GCP_SA_KEY }}
34
- name: Upload binaries
35
- run: ./scripts/publish-bins.sh
+ run: ./scripts/publish-bins.sh $GITHUB_REF
36
- name: Use Node.js 12.x
37
uses: actions/setup-node@v1
38
with:
0 commit comments