Skip to content

Commit

Permalink
chore: tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 13, 2023
1 parent 3373845 commit 95d723a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@
}
],
"commit": false,
"fixed": [],
"fixed": [
[
"@stijnvanhulle/*"
]
],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"useCalculatedVersion": true,
"ignore": []
}
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:

- name: Publish ${{ inputs.tag || 'canary' }}
continue-on-error: true
# if: ${{ steps.publish.outcome == 'failure' || github.event.inputs.tag != '' }}
if: ${{ github.event.inputs.tag != '' }}
if: ${{ steps.publish.outputs.published == 'false' || steps.publish.outcome == 'failure' || github.event.inputs.tag != '' }}
# if: ${{ github.event.inputs.tag != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 95d723a

Please sign in to comment.