Skip to content

Commit

Permalink
Try to fix canary CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Mar 5, 2023
1 parent f7f5c50 commit f01fa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set version
run: |
npm minor
npm version minor
npm version $(npm pkg get version | sed 's/"//g')-canary.$(date +'%Y%m%dT%H%M%S')
- id: publish
Expand Down

0 comments on commit f01fa0e

Please sign in to comment.