We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf67fe2 commit 75b779aCopy full SHA for 75b779a
1 file changed
.github/workflows/github_release.yml
@@ -7,6 +7,8 @@ on:
7
- "v2.[0-9]+.[0-9]+*"
8
# Ignore release versions tagged with -rc0 suffix
9
- "!v2.[0-9]+.[0-9]-rc0"
10
+
11
+ pull_request:
12
jobs:
13
generate-notes:
14
runs-on: ubuntu-latest
@@ -95,8 +97,8 @@ jobs:
95
97
run: |
96
98
cat enhanced_relnotes.md
99
- - uses: ncipollo/release-action@v1
- with:
100
- bodyFile: "enhanced_relnotes.md"
101
- prerelease: ${{ steps.version.outputs.current_pre_release != '' }}
102
- allowUpdates: true
+ # - uses: ncipollo/release-action@v1
+ # with:
+ # bodyFile: "enhanced_relnotes.md"
103
+ # prerelease: ${{ steps.version.outputs.current_pre_release != '' }}
104
+ # allowUpdates: true
0 commit comments