From 2f8308e3c1c0fd96e6c802121e2bf5434f570d3c Mon Sep 17 00:00:00 2001 From: Erin Schnabel Date: Wed, 1 Nov 2023 15:48:02 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=93=9D=20tweak=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3ca64fa9e..af060ca1f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ env: jobs: main-root: runs-on: ubuntu-latest - if: "github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli'" + if: github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli' steps: - name: Echo a message id: is-main-root diff --git a/README.md b/README.md index c10477bf9..48ac85150 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ Of particular note are the varied monster templates: **Note:** Entries marked with "🔥" indicate crucial or breaking changes that might affect your current setup. -### 🔖 ✨ 2.2.6: 5e support for generic and magic item variants +### 🔖 ✨ 2.2.12: 5e support for generic and magic item variants Items may have variants, which are defined as a list in the `variants` attribute.