Skip to content

Commit

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

0 comments on commit f5e8067

Please sign in to comment.