Skip to content

Commit

Permalink
Merge pull request #126 from Harm133/main
Browse files Browse the repository at this point in the history
Create build-artifacts on release
  • Loading branch information
sigaloid authored Jun 2, 2024
2 parents 8a3ceaf + 190c923 commit 08e463f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- "compose.*"
branches:
- "main"
release:
types: [published]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -60,7 +62,6 @@ jobs:

- name: Upload release
uses: softprops/action-gh-release@v1
if: github.base_ref != 'main' && github.event_name == 'release'
with:
tag_name: ${{ steps.version.outputs.VERSION }}
name: ${{ steps.version.outputs.VERSION }} - ${{ github.event.head_commit.message }}
Expand Down

0 comments on commit 08e463f

Please sign in to comment.