Skip to content

Commit

Permalink
Merge pull request #420 from rharkor/dev
Browse files Browse the repository at this point in the history
refactor: releaserc
  • Loading branch information
rharkor authored Dec 10, 2023
2 parents 208e92c + 7119c5c commit f958b20
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 59 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,4 @@ jobs:
- name: Release docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cd packages/docs && npx semantic-release
- name: Release landing
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cd packages/landing && npx semantic-release
- name: Release app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cd packages/app && npx semantic-release
run: npx semantic-release
File renamed without changes.
25 changes: 0 additions & 25 deletions packages/docs/.releaserc

This file was deleted.

25 changes: 0 additions & 25 deletions packages/landing/.releaserc

This file was deleted.

0 comments on commit f958b20

Please sign in to comment.