Skip to content

Commit

Permalink
release test if changelog works
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Oct 9, 2024
1 parent d718e5d commit b3cd149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
file_path: "sArena_Updated2_by_sammers-${{ steps.version.outputs.version }}.zip"
game_endpoint: "wow"
changelog: "{{ github.event.head_commit.message }}"
changelog: "${{ github.event.head_commit.message }}"
game_versions: "11.0.2"
project_id: 937129
token: "${{ secrets.CF_API_TOKEN }}"

0 comments on commit b3cd149

Please sign in to comment.