Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
refactor: remove dependencies from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Negin-Ulster committed Apr 25, 2023
1 parent fcca21f commit f2d0fd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
name: "Prerelease"
if: github.ref == 'refs/heads/next'
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -45,7 +44,6 @@ jobs:
name: Release
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit f2d0fd9

Please sign in to comment.