Skip to content

Commit

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

jobs:
ci:
uses: ./.github/workflows/build.yml
secrets: inherit
- uses: actions/checkout@v3
- name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Build
uses: ./.github/workflows/build.yml
- name: Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit c99c2ba

Please sign in to comment.