Skip to content

Commit

Permalink
Merge pull request #543 from bento-platform/fix/release-workflow-trigger
Browse files Browse the repository at this point in the history
fix(actions): single release workflow trigger for pre-release and stable
  • Loading branch information
v-rocheleau authored Sep 19, 2024
2 parents 8ecf2de + 32dc7ea commit 06699e2
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 06699e2

Please sign in to comment.