Skip to content

Commit

Permalink
Merge pull request #150 from fvtt-fria-ligan/12.0.1-update-publishing…
Browse files Browse the repository at this point in the history
…-action

12.0.1 update publishing action
  • Loading branch information
DrOgres committed Jun 8, 2024
2 parents ecb25eb + e9051b2 commit cdaa2fb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cdaa2fb

Please sign in to comment.