Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
Deploy to Master
  • Loading branch information
Imper1um authored Sep 26, 2023
2 parents 9f974e2 + 844a9c0 commit 1a491a6
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 61 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
jq --arg NEW_VERSION "$NEW_VERSION" '.version = $NEW_VERSION' module.json > temp.json
mv temp.json module.json
- name: Re-Authenticate with GitHub CLI
run: echo ${{ secrets.FINE_GRAINED_PAT }} | gh auth login --with-token

- name: Create GitHub Release
run: |
gh release create ${{ env.NEW_VERSION }} -t "Release ${{ env.NEW_VERSION }}" -n "Release notes for ${{ env.NEW_VERSION }}"
Expand Down
125 changes: 64 additions & 61 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,65 @@
{
"id": "ceus",
"name": "Ceus",
"title": "Ceus - Ask For Rolls",
"description": "Want your players to roll in a specific way? Ceus asks players for specific rolls, preventing them from spending time looking for rolls.",
"version": "0.81",
"author": "KaKaRoTo, iotech, Limping Ninja, Rughalt, Calego, VTT Lair, Imper1um",
"authors": [{
"name": "Imper1um",
"url": "https://github.com/Imper1um"
}],
"esmodules": [
"./src/ceus_Startup.js"
],
"scripts": [],
"styles": [
"/css/ceus.css",
"/css/pf1.css"
],
"minimumCoreVersion": "11",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"systems": [
"pf1",
"sf1e"
],
"relationships": {
"systems": [
{
"id": "pf1",
"type": "system",
"manifest": "https://gitlab.com/foundryvtt_pathfinder1e/foundryvtt-pathfinder1/-/releases/v0.82.1/downloads/system.json",
"compatibility": {
"verified": "0.82.1"
}
},
{
"id": "sfrpg",
"type": "system",
"manifest": "https://github.com/foundryvtt-starfinder/foundryvtt-starfinder/blob/v0.24.2/src/system.json",
"compatibility": {
"verified": "0.24.2"
}
}
]
},
"socket": true,
"url": "https://github.com/Imper1um/foundry-ceus/",
"manifest": "https://github.com/Imper1um/foundry-ceus/releases/latest/download/module.json",
"download": "https://github.com/Imper1um/foundry-ceus/releases/download/0.81/module.zip",
"changelog": "https://github.com/Imper1um/foundry-ceus/releases",
"bugs": "https://github.com/Imper1um/foundry-ceus/issues"
}
"id": "ceus",
"name": "Ceus",
"title": "Ceus - Ask For Rolls",
"description": "Want your players to roll in a specific way? Ceus asks players for specific rolls, preventing them from spending time looking for rolls.",
"version": "0.84",
"author": "KaKaRoTo, iotech, Limping Ninja, Rughalt, Calego, VTT Lair, Imper1um",
"authors": [
{
"name": "Imper1um",
"url": "https://github.com/Imper1um"
}
],
"esmodules": [
"./src/ceus_Startup.js"
],
"scripts": [],
"styles": [
"/css/ceus.css",
"/css/pf1.css"
],
"minimumCoreVersion": "11",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"systems": [
"pf1",
"sf1e"
],
"relationships": {
"systems": [
{
"id": "pf1",
"type": "system",
"manifest": "https://gitlab.com/foundryvtt_pathfinder1e/foundryvtt-pathfinder1/-/releases/v0.82.1/downloads/system.json",
"compatibility": {
"verified": "0.82.1"
}
},
{
"id": "sfrpg",
"type": "system",
"manifest": "https://github.com/foundryvtt-starfinder/foundryvtt-starfinder/blob/v0.24.2/src/system.json",
"compatibility": {
"verified": "0.24.2"
}
}
]
},
"socket": true,
"url": "https://github.com/Imper1um/foundry-ceus/",
"manifest": "https://github.com/Imper1um/foundry-ceus/releases/latest/download/module.json",
"download": "https://github.com/Imper1um/foundry-ceus/releases/download/0.84/module.zip",
"changelog": "https://github.com/Imper1um/foundry-ceus/releases",
"bugs": "https://github.com/Imper1um/foundry-ceus/issues"
}

0 comments on commit 1a491a6

Please sign in to comment.