Skip to content

Commit

Permalink
fix(config): fixes release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 19, 2024
1 parent 1da835a commit ab69a2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 63 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:

- name: Release
id: semantic_release
run: npx semantic-release
run: |
npx semantic-release
NEXT_RELEASE=$(jq -r '.nextRelease.version' semantic-release.json)
echo "nextRelease=$NEXT_RELEASE" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
10 changes: 0 additions & 10 deletions src/eslint/eslint.jest.js

This file was deleted.

44 changes: 0 additions & 44 deletions src/eslint/eslint.playwright.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/eslint/eslint.testingLibrary.js

This file was deleted.

0 comments on commit ab69a2d

Please sign in to comment.