Skip to content

Commit

Permalink
revert: unify release action jobs (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
morellodev committed May 4, 2024
1 parent 0dbb288 commit 7fd4f37
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
setup:
name: Setup
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -41,11 +41,6 @@ jobs:
- name: Install Dependencies
run: pnpm install

release:
name: Release
needs: setup
runs-on: ubuntu-latest
steps:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 7fd4f37

Please sign in to comment.