Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Aug 26, 2024
1 parent a157684 commit 601cf9e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,11 @@ jobs:
done
- name: Create Release
uses: ncipollo/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
artifacts: release/*
generateReleaseNotes: true
skipIfReleaseExists: true
tag: ${{ needs.build.outputs.semVer }}

- name: Create Pre-Release
uses: ncipollo/[email protected]
if: github.ref == 'refs/heads/master'
with:
artifacts: release/*
generateReleaseNotes: false
generateReleaseNotes: true
makeLatest: true
prerelease: true
tag: ${{ needs.build.outputs.semVer }}

0 comments on commit 601cf9e

Please sign in to comment.