Skip to content

Commit

Permalink
Fix publish step in release workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Sep 28, 2024
1 parent 7dd8e9f commit f5904a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
uses: cli/gh-extension-precompile@v1
uses: cli/gh-extension-precompile@v2
with:
go_version: ${{ env.GOVERSION }}

0 comments on commit f5904a9

Please sign in to comment.