Skip to content

Commit

Permalink
action: fix skx/github-action-publish-binaries version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Feb 2, 2023
1 parent 3843565 commit d41d28d
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 @@ -75,7 +75,7 @@ jobs:
cp zflist $GITHUB_WORKSPACE/zflist-${version}-linux-amd64-gnu
- name: Upload the artifacts
uses: skx/github-action-publish-binaries@v5
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit d41d28d

Please sign in to comment.