We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f118632 commit 34a0154Copy full SHA for 34a0154
.github/workflows/release.yaml
@@ -16,7 +16,6 @@ permissions:
16
jobs:
17
create-release:
18
runs-on: ubuntu-latest
19
- if: github.event_name == 'merged'
20
outputs:
21
release_created: ${{ steps.release.outputs.release_created }}
22
tag_name: ${{ steps.release.outputs.tag_name }}
0 commit comments