Skip to content

Commit

Permalink
fix: github actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vladwulf committed Oct 17, 2022
1 parent 03c63a2 commit 928ddf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
publish-npm:
name: "Publish npm"
runs-on: ubuntu-latest
needs: "bump-version"
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
publish-npm:
name: "Publish npm"
runs-on: ubuntu-latest
needs: "bump-version"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 928ddf1

Please sign in to comment.