Skip to content

Commit 8fd542b

Browse files
committed
Release 16.0.0
1 parent d2baafe commit 8fd542b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deployment-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
asset_path: gamevault-frontend.zip
4545
asset_name: gamevault-frontend.zip
4646
asset_content_type: application/zip
47-
upload_url: ${{steps.release.outputs.upload_url}}
47+
upload_url: ${{ steps.release.outputs.upload_url }}
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050

@@ -58,4 +58,4 @@ jobs:
5858
env:
5959
DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_BOT_WEBHOOK }}
6060
with:
61-
args: "<@&1128857090090340382> New Release: ${{ github.event.repository.full_name }} v${{ steps.package-version.outputs.current-version }} has been deployed. Here are the changes: https://github.com/${{ github.event.repository.full_name }}/releases/tag/${{steps.package-version.outputs.current-version}}'"
61+
args: "<@&1128857090090340382> New Release: ${{ github.event.repository.full_name }} v${{ steps.package-version.outputs.current-version }} has been deployed. Here are the changes: https://github.com/${{ github.event.repository.full_name }}/releases/tag/${{ steps.package-version.outputs.current-version }}'"

0 commit comments

Comments
 (0)