Skip to content

Commit

Permalink
Remove unnecessary changesets workflow action due to new changeset-bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
swoocn committed Mar 29, 2024
1 parent 725a84f commit b90eb68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:

- name: Authenticate with GitHub Packages registry
run: echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Check for changesets file
id: check_changesets
run: echo "::set-output name=changesets_exist::$(ls changesets/*.md | wc -l)"

- name: Create release pull request or publish to GitHub Packages
uses: changesets/action@v1
Expand Down

0 comments on commit b90eb68

Please sign in to comment.