Skip to content

Commit

Permalink
build(github workflow): use more recent fvtt-auotpublish package
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance authored and phBalance committed Dec 24, 2023
1 parent f2decd2 commit a1d3968
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 @@ -129,7 +129,7 @@ jobs:
run: wget https://github.com/${{ github.repository }}/releases/download/${{ needs.prepare_release.outputs.release_name }}/system.json

- name: Publish to Foundry
uses: Varriount/fvtt-autopublish@v1.1.1
uses: Varriount/fvtt-autopublish@v2.0.1
with:
username: ${{ secrets.FOUNDRY_ADMIN_USERNAME }}
password: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }}
Expand Down

0 comments on commit a1d3968

Please sign in to comment.