From f5746581f0dced8489ac6f3f8a8ac3b98509c58d Mon Sep 17 00:00:00 2001 From: Jeff Hitchcock Date: Fri, 23 Feb 2024 07:37:23 -0800 Subject: [PATCH] Update system.json for release testing --- .github/workflows/release.yml | 1 + system.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4afe706a43..346124cfdc 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 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",