diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4afe706a43..c2229f2d07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,6 +107,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: tag: ${{ env.TAG_NAME }} + doNotFailIfNotFound: true # Create a release for this specific version @@ -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 }} diff --git a/system.json b/system.json index 6b4b86612a..9c44b0216e 100644 --- a/system.json +++ b/system.json @@ -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",