Skip to content

Commit

Permalink
Merge pull request #143 from crazy-max/prerelease-ld
Browse files Browse the repository at this point in the history
ci: create a prerelease when releasing prebuilt-ld
  • Loading branch information
tonistiigi authored Jan 11, 2024
2 parents 5df43da + 5481ba6 commit e307d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ jobs:
with:
name: prebuilt/ld-${{ env.VERSION }}-${{ github.run_number }}
tag_name: prebuilt/ld-${{ env.VERSION }}-${{ github.run_number }}
prerelease: true
files: dist/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e307d83

Please sign in to comment.