Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
conradkleinespel committed Oct 31, 2024
1 parent 2f58852 commit 678ca99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
gh release create "${{ github.ref }}" -t "${{ github.ref }}" --generate-notes
mv ./binaries-linux-x64/m8s ./binaries-linux-x64/m8s-linux-x64
Expand Down

0 comments on commit 678ca99

Please sign in to comment.