File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -153,22 +153,10 @@ jobs:
153153 Write-Output ($result.body.ToString()) >> $env:GITHUB_OUTPUT
154154 Write-Output 'EOF' >> $env:GITHUB_OUTPUT
155155
156- # - name: Create Release
157- # id: create_release
158- # uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e #v1.1.4
159- # if: github.ref_name == 'main' && (github.event_name == 'workflow_dispatch' || github.event_name == 'push')
160- # env:
161- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
162- # with:
163- # tag_name: v${{ env.majorMinorPatch }}
164- # release_name: Release v${{ env.majorMinorPatch }}
165- # body: |
166- # ${{ steps.generate_release_notes.outputs.releaseNotes }}
167- # draft: false
168- # prerelease: ${{ env.releaseType == 'Prerelease' }}
169-
170156 - name : Create release
171157 uses : ncipollo/release-action@v1
158+ if : github.ref_name == 'main' && (github.event_name == 'workflow_dispatch' || github.event_name == 'push')
159+
172160 with :
173161 name : Release v${{ env.majorMinorPatch }}
174162 tag : v${{ env.majorMinorPatch }}
You can’t perform that action at this time.
0 commit comments