Skip to content

Commit 03c43c5

Browse files
committed
Update release.yml
1 parent e46a3bd commit 03c43c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ jobs:
108108
version: ${{ env.RELEASE_VERSION }}
109109
path: ./${{ env.CHANGE_LOG_FILE }}
110110

111-
- name: Create Release
112-
id: createRelease
113-
uses: ncipollo/release-action@v1
114-
with:
115-
tag: ${{ env.RELEASE_VERSION }}
116-
name: Release ${{ env.RELEASE_VERSION }}
117-
body: ${{ steps.readChangelogEntry.outputs.changes }}
111+
# - name: Create Release
112+
# id: createRelease
113+
# uses: ncipollo/release-action@v1
114+
# with:
115+
# tag: ${{ env.RELEASE_VERSION }}
116+
# name: Release ${{ env.RELEASE_VERSION }}
117+
# body: ${{ steps.readChangelogEntry.outputs.changes }}
118118

119119
- name: Update version file
120120
id: versionFileUpdate

0 commit comments

Comments
 (0)