Skip to content

Commit aa71380

Browse files
committed
debug: changelog reading
1 parent 09fddf8 commit aa71380

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dev.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
include:
1717
- platform: 'ubuntu-22.04'
1818
args: ''
19-
- platform: 'windows-latest'
20-
args: ''
19+
# - platform: 'windows-latest'
20+
# args: ''
2121

2222
runs-on: ${{ matrix.platform }}
2323
environment: PROD
@@ -48,8 +48,10 @@ jobs:
4848
id: changelog
4949
run: |
5050
echo "RELEASE_BODY<<EOF" >> $GITHUB_ENV
51+
cat CHANGELOG.md
5152
cat CHANGELOG.md >> $GITHUB_ENV
5253
echo "EOF" >> $GITHUB_ENV
54+
echo ${{ env.RELEASE_BODY }}
5355
5456
- uses: tauri-apps/tauri-action@v0
5557
env:

0 commit comments

Comments
 (0)