Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Feb 5, 2024
1 parent ccce60c commit 05a6b13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
id: get_version
run: |
VERSION=$(jq -r '.version' package.json)
echo "::set-output name=version::$VERSION"
echo $VERSION
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
- name: Changelog Reader
id: changelog_reader
uses: mindsers/[email protected]
Expand All @@ -24,6 +25,7 @@ jobs:
version: ${{ steps.get_version.outputs.version }}

windows:
needs: changelog
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -76,6 +78,7 @@ jobs:
run: deno run -A script/built-windows.ts

linux:
needs: changelog
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -130,6 +133,7 @@ jobs:
run: deno run -A script/built-linux.ts

macos:
needs: changelog
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 05a6b13

Please sign in to comment.