Skip to content

Commit

Permalink
Create release for tags only
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Apr 11, 2023
1 parent 1387fb1 commit 2dc6068
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
artifacts/tracy-*/*
prerelease: true
tag_name: ${{ steps.get_version.outputs.version }}-${{ steps.tag.outputs.release_tag }}
tag_name: ${{ steps.get_version.outputs.version }}

0 comments on commit 2dc6068

Please sign in to comment.