Skip to content

Commit

Permalink
Update system.json for release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arbron committed Feb 23, 2024
1 parent b415eb8 commit 380765c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
tag: ${{ env.TAG_NAME }}
doNotFailIfNotFound: true


# Create a release for this specific version
Expand All @@ -116,6 +117,8 @@ jobs:
with:
allowUpdates: true # Set this to false if you want to prevent updating existing releases
name: ${{ env.TAG_NAME }}
draft: false
prerelease: true
omitDraftDuringUpdate: true
omitPrereleaseDuringUpdate: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"id": "dnd5e",
"title": "Dungeons & Dragons Fifth Edition",
"description": "A system for playing the fifth edition of the world's most popular role-playing game in the Foundry Virtual Tabletop environment.",
"version": "3.0.3",
"version": "3.0.4",
"compatibility": {
"minimum": "11.315",
"verified": "12"
},
"url": "https://github.com/foundryvtt/dnd5e/",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"download": "https://github.com/foundryvtt/dnd5e/releases/download/release-3.0.3/dnd5e-release-3.0.3.zip",
"download": "https://github.com/foundryvtt/dnd5e/releases/download/release-3.0.4/dnd5e-release-3.0.4.zip",
"authors": [
{
"name": "Atropos",
Expand Down

0 comments on commit 380765c

Please sign in to comment.