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 be83749 commit ed884a5Copy full SHA for ed884a5
.github/workflows/create-draft-release.yml
@@ -106,7 +106,8 @@ jobs:
106
.concat(`\n\n${footer}`);
107
108
console.log(`releaseNotes (modified): ${JSON.stringify(modifiedBody, null, 2)}`);
109
- core.setOutput("release_body", modifiedBody);
+ const fs = require('fs');
110
+ fs.writeFileSync('release-notes.txt', modifiedBody, { encoding: 'utf8' });
111
112
- name: Prepare Release Title
113
id: title
@@ -118,10 +119,6 @@ jobs:
118
119
SANITIZED_TITLE="$(printf '%s' "$RAW_TITLE" | sed 's/"/\\"/g')"
120
echo "sanitized_title=$SANITIZED_TITLE" >> "$GITHUB_OUTPUT"
121
- - name: Write Release Notes to File
122
- run: |
123
- echo "${{ steps.generate-release-notes.outputs.release_body }}" > release-notes.txt
124
-
125
- name: Create Draft Release
126
run: |
127
gh release create "${{ steps.calculate-version.outputs.new_version }}" \
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments