Skip to content

Commit

Permalink
fix: autopublish with new API (#119)
Browse files Browse the repository at this point in the history
* fix: background causing error

* ci: changelog not working

* use new API for autopublish
  • Loading branch information
gioppoluca authored Dec 17, 2023
1 parent ad98224 commit 7cff5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Autopublish to the Foundry Admin panel
- name: FoundryVTT AutoPublish
uses: Varriount/fvtt-autopublish@v1.0.9
uses: Varriount/fvtt-autopublish@v2.0.1
with:
username: ${{ secrets.FOUNDRY_ADMIN_USER }}
password: ${{ secrets.FOUNDRY_ADMIN_PW }}
Expand Down

0 comments on commit 7cff5e1

Please sign in to comment.