Skip to content

Commit

Permalink
ci(github): fix userversion in release-please.yml
Browse files Browse the repository at this point in the history
Release-As: 1.0.1
  • Loading branch information
remarkablemark authored Nov 14, 2024
1 parent 92a4907 commit c875a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
uses: remarkablegames/setup-butler@v1

- name: Upload to itch.io
run: butler push public ${{ github.repository }}:html5 --userversion ${{ env.VERSION }}
run: butler push public ${{ github.repository }}:html5 --userversion $(jq -r .version package.json)
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}

0 comments on commit c875a36

Please sign in to comment.