Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Oct 26, 2023
1 parent 48e7c90 commit 4eb6b20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ runs:
${{ github.workspace }}/godot-cpp/.scons-cache/
key: ${{ inputs.platform }}_${{ inputs.arch }}_${{ inputs.target }}_cache
- uses: paulhatch/[email protected]
id: version
with:
bump_each_commit: true
tag_prefix: "v"
debug: true
- name: Print version
shell: sh
run:
echo ${{ env.version }}
echo ${{ env.version }} > bin/addons/godot-rapier2d/VERSION.txt
echo ${{ steps.version.outputs.version }}
echo ${{ steps.version.outputs.version }} > bin/addons/godot-rapier2d/VERSION.txt
- name: Setup python and scons
uses: ./.github/actions/deps
- name: Lint
Expand Down

0 comments on commit 4eb6b20

Please sign in to comment.