Skip to content

Commit

Permalink
ci: manual release leave changeset config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Dec 18, 2024
1 parent 61b3dd8 commit 0f06788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Ensure we are in publish mode by deleting any existing changesets.
# The next publish step will only run properly if no changesets are detected.
- name: Remove any new changesets since last versions
run: rm -rf .changeset/*
run: find .changeset -type f ! -name 'config.json' -delete
# Check for and publish any new versions to NPM.
- name: Publish to NPM and create GitHub releases
id: changesets_release
Expand Down

0 comments on commit 0f06788

Please sign in to comment.