From 18054c9650c0af18f858a5fa10a799e2899ff71a Mon Sep 17 00:00:00 2001 From: David <74268782+DrOgres@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:13:30 -0500 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20update=20action=20t?= =?UTF-8?q?o=20allow=20for=20auto=20publishing=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a0240c..142b3ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,11 +90,11 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # Publishes the release to the FoundryVTT's package repository. - # - name: 🚩 Publish Module to FoundryVTT Website - # uses: Varriount/fvtt-autopublish@v1.0.9 - # with: - # username: ${{ secrets.FOUNDRY_ADMIN_USERNAME }} - # password: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }} - # module-id: ${{ secrets.FOUNDRY_ADMIN_MODULE_ID }} - # manifest-url: https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/${{ env.TYPE }}.json - # manifest-file: dist/${{ env.TYPE }}.json + - name: 🚩 Publish Module to FoundryVTT Website + uses: Varriount/fvtt-autopublish@v2.0.2 + with: + username: ${{ secrets.FOUNDRY_ADMIN_USERNAME }} + password: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }} + module-id: ${{ secrets.FOUNDRY_ADMIN_MODULE_ID }} + manifest-url: https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/${{ env.TYPE }}.json + manifest-file: dist/${{ env.TYPE }}.json From 4b9e40c7feafa1e5d7c31706cda5a23b4eaa93ef Mon Sep 17 00:00:00 2001 From: David <74268782+DrOgres@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:14:38 -0500 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20version=20bump=20fo?= =?UTF-8?q?r=20action=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- static/system.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17831a6..a745f1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "t2k4e", - "version": "12.0.0", + "version": "12.0.1", "description": "A Foundry VTT system for Twilight 2000 4E (Free League Publishing)", "type": "module", "author": "Stefouch", diff --git a/static/system.json b/static/system.json index 65e0852..b4bcabc 100644 --- a/static/system.json +++ b/static/system.json @@ -2,7 +2,7 @@ "id": "t2k4e", "title": "Twilight: 2000 🪖 (4th Edition)", "description": "Twilight: 2000 is a roleplaying game about survival in mankind’s most desperate hour. Yet, in this bleak world, there is still hope. In the midst of utter destruction, you can start to build something new. Rally people to your ranks. Stake a claim and protect it. And maybe, if you live long enough, start turning the tide.", - "version": "12.0.0", + "version": "12.0.1", "compatibility": { "minimum": 10, "verified": "12.327", From e9051b242e0edc3342c71c001e66f17ada1bd908 Mon Sep 17 00:00:00 2001 From: David <74268782+DrOgres@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:15:17 -0500 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=F0=9F=94=A7=20update=2012.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfedc62..0feebdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "t2k4e", - "version": "12.0.0", + "version": "12.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "t2k4e", - "version": "12.0.0", + "version": "12.0.1", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": {