Skip to content

Commit

Permalink
Remove release action (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: hlimas <hlimas@ebay.com>
  • Loading branch information
HenriqueLimas and hlimas committed Feb 15, 2024
1 parent 4469124 commit f2cb495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
34 changes: 0 additions & 34 deletions .github/actions/release/action.yml

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,17 @@ jobs:
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/analyze

release:
build:
needs: analyze
name: Bump & Release
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/build
- uses: ./.github/actions/release
with:
npmToken: ${{ secrets.NPM_TOKEN }}

publish-storybook:
needs: release
needs: build
name: Publish Storybook
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f2cb495

Please sign in to comment.