Skip to content

Commit

Permalink
fix(actions): single release workflow trigger for pre-release and stable
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Sep 19, 2024
1 parent fe3cb86 commit 32dc7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create and upload release artifacts
on:
release:
types: [published, prereleased]
types: [published]

jobs:
release-artifacts:
Expand Down

0 comments on commit 32dc7ea

Please sign in to comment.