Skip to content

Commit

Permalink
Call reusable workflow as job instead of step
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhirls authored Jan 11, 2024
1 parent 6318694 commit 60164ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ on:

jobs:
build:
runs-on: ubuntu-latest
name: Build JSON file
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/build.yml

uses: ./.github/workflows/build.yml

release:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 60164ac

Please sign in to comment.