Skip to content

Commit

Permalink
👷 chore: Remove prerelease workflow
Browse files Browse the repository at this point in the history
Last pr #158 there was a line of config that got missed when deleting prerelease code
  • Loading branch information
roninjin10 authored Nov 1, 2023
1 parent defbb7e commit 9d048c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
# https://github.com/changesets/action#with-publishing
- name: Handle Release Pull Request or Publish to npm
id: changesets
if: steps.check_files.outputs.files_exists == 'false'
uses: changesets/action@v1
with:
title: "chore: version packages 🔖"
Expand Down

0 comments on commit 9d048c5

Please sign in to comment.