Skip to content

Commit

Permalink
fix: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Jun 1, 2022
1 parent 9882301 commit 886299b
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 || || echo 'not in pre mode, no need to 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 || echo 'already in pre mode'
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

1 comment on commit 886299b

@vercel
Copy link

@vercel vercel bot commented on 886299b 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.