Skip to content

Commit

Permalink
Include version in -builds commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Nov 11, 2024
1 parent bc4d21b commit 33eab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
token: "${{secrets.SDL_SOPWITH_LATEST_SECRET}}"
target-folder: "${{steps.deploy_folder.outputs.DEPLOY_FOLDER}}"
clean: true
commit-message: "Build from fragglet/sdl-sopwith@${{github.sha}}"
commit-message: "Build from fragglet/sdl-sopwith@${{github.sha}} (Version ${{steps.version.outputs.VERSION}})"
- name: Comment PR
if: ${{ github.event_name == 'pull_request' }}
uses: thollander/actions-comment-pull-request@v3
Expand Down

0 comments on commit 33eab06

Please sign in to comment.