Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendargelos committed Nov 22, 2024
1 parent a74fbdc commit 70fd96f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- main

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -15,12 +15,6 @@ jobs:
cache: pnpm
- run: pnpm install
- run: pnpm build

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

steps:
- run: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 70fd96f

Please sign in to comment.