Skip to content

Commit

Permalink
fix: publish tag once release is created
Browse files Browse the repository at this point in the history
  • Loading branch information
yhortuk committed Aug 11, 2023
1 parent 271e06d commit d1ca330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.event.inputs.tag }}
body: |
## Release [${{ github.event.inputs.tag }}]
fail_on_unmatched_files: true
files: |
builds/unload-${{ github.event.inputs.tag }}-linux
Expand Down

0 comments on commit d1ca330

Please sign in to comment.