Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-iachini committed Mar 22, 2024
1 parent ee5fa09 commit 7d4e2d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_call:

jobs:
ci:
name: Lint and Test with Node.js ${{ matrix.node }}
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ on:
- pull_request

jobs:
build:
ci:
uses: ./.github/workflows/build.yml
secrets: inherit
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
uses: ./.github/workflows/build.yml
secrets: inherit
release:
name: Release
runs-on: ubuntu-latest
needs:
- build
steps:
Expand Down

0 comments on commit 7d4e2d3

Please sign in to comment.