Skip to content

Commit 75b779a

Browse files
committed
try again
1 parent bf67fe2 commit 75b779a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/github_release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- "v2.[0-9]+.[0-9]+*"
88
# Ignore release versions tagged with -rc0 suffix
99
- "!v2.[0-9]+.[0-9]-rc0"
10+
11+
pull_request:
1012
jobs:
1113
generate-notes:
1214
runs-on: ubuntu-latest
@@ -95,8 +97,8 @@ jobs:
9597
run: |
9698
cat enhanced_relnotes.md
9799
98-
- uses: ncipollo/release-action@v1
99-
with:
100-
bodyFile: "enhanced_relnotes.md"
101-
prerelease: ${{ steps.version.outputs.current_pre_release != '' }}
102-
allowUpdates: true
100+
# - uses: ncipollo/release-action@v1
101+
# with:
102+
# bodyFile: "enhanced_relnotes.md"
103+
# prerelease: ${{ steps.version.outputs.current_pre_release != '' }}
104+
# allowUpdates: true

0 commit comments

Comments
 (0)