From 3c3771f785dcdd51e326a14f6153fd2e41496d09 Mon Sep 17 00:00:00 2001 From: Clay Sweetser Date: Sat, 3 Sep 2022 19:42:22 -0400 Subject: [PATCH] Update to latest version version of AutoPublish --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3164a1..25e1bf8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: # Publish this new version to the Foundry VTT Module Listing - name: FoundryVTT AutoPublish - uses: Varriount/fvtt-autopublish@v1.0.2a + uses: Varriount/fvtt-autopublish@v1.0.9 with: username: ${{ secrets.FOUNDRY_ADMIN_USER }} password: ${{ secrets.FOUNDRY_ADMIN_PW }}