Skip to content

Commit

Permalink
try without matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Jun 19, 2022
1 parent ed0770f commit 5c789c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -71,7 +67,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: '16.x'
cache: 'npm'


Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dnd5e",
"title": "DnD5e - Fifth Edition System",
"description": "A system for playing the fifth edition of the worlds most popular role-playing game in the Foundry Virtual Tabletop environment.",
"version": "407",
"version": "408",
"author": "Atropos",
"scripts": [],
"esmodules": ["dnd5e.js"],
Expand Down Expand Up @@ -117,5 +117,5 @@
"compatibleCoreVersion": "9",
"url": "https://github.com/foundryvtt/dnd5e/",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"download": "https://github.com/ElfFriend-DnD/dnd5e/releases/download/release-407/dnd5e-release-407.zip"
"download": "https://github.com/ElfFriend-DnD/dnd5e/releases/download/release-408/dnd5e-release-408.zip"
}

0 comments on commit 5c789c8

Please sign in to comment.