Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
remove sub-version string from ncipollo/release-action
  • Loading branch information
mjakob-gh authored Jun 20, 2022
1 parent c59f96e commit b17a9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: /bin/sh build-static-tmux.sh
# Do the upload step
- name: Upload artifacts
uses: ncipollo/release-action@v1.8.4
uses: ncipollo/release-action@v1
with:
artifacts: "/tmp/tmux-static/bin/tmux.*.gz"
replacesArtifacts: true
allowUpdates: true
bodyFile: "README.md"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b17a9aa

Please sign in to comment.