Skip to content

Commit

Permalink
use github inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant committed Jul 6, 2022
1 parent 9300d3a commit f7291ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Release package
uses: softprops/action-gh-release@v1
with:
files: kubectl-windows-debug-${GITHUB_REF_NAME}.tar.gz
files: kubectl-windows-debug-${{ github.ref_name }}.tar.gz
#- name: Update new version in krew-index
# uses: rajatjindal/[email protected]

0 comments on commit f7291ea

Please sign in to comment.