Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Jun 1, 2022
1 parent 212c6fc commit 9882301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release-latest-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci
- name: Exit pre next
run: |
[[ -f .changeset/pre.json' ]] && npx changeset pre exit
[[ -f .changeset/pre.json ]] && npx changeset pre exit
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-release-next-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci
- name: Enter pre next
run: |
[[ ! -f .changeset/pre.json' ]] && npx changeset pre enter next
[[ ! -f .changeset/pre.json ]] && npx changeset pre enter next
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

1 comment on commit 9882301

@vercel
Copy link

@vercel vercel bot commented on 9882301 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.