Skip to content

Commit

Permalink
Still trying to fix that error
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnologicNick committed Apr 8, 2021
1 parent c17b94d commit ac959c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
appId: '387990'
itemId: '2448492759' # Id of item to update
contentPath: 'dist'
changelog: >
[b]${{ github.event.release.tag_name }}[/b]\\n\\n
${{ github.event.release.body }}\\n\\n
${{ github.event.release.html_url }}
changelog: [b]${{ github.event.release.tag_name }}[/b]\\n\\n${{ github.event.release.body }}\\n\\n${{ github.event.release.html_url }}
env:
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}

0 comments on commit ac959c6

Please sign in to comment.