Skip to content

Commit ac959c6

Browse files
Still trying to fix that error
1 parent c17b94d commit ac959c6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
appId: '387990'
4242
itemId: '2448492759' # Id of item to update
4343
contentPath: 'dist'
44-
changelog: >
45-
[b]${{ github.event.release.tag_name }}[/b]\\n\\n
46-
${{ github.event.release.body }}\\n\\n
47-
${{ github.event.release.html_url }}
44+
changelog: [b]${{ github.event.release.tag_name }}[/b]\\n\\n${{ github.event.release.body }}\\n\\n${{ github.event.release.html_url }}
4845
env:
4946
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
5047
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}

0 commit comments

Comments
 (0)