Skip to content

Commit

Permalink
fix canary action
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofgazso committed Sep 24, 2023
1 parent 6805dc7 commit a2fdaf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
cd src
npm --no-git-tag-version version 0.0.0
npm --no-git-tag-version version $(npm pkg get version | sed 's/"//g')-$(git branch --show-current | tr -cs '[:alnum:]-' '-' | tr '[:upper:]' '[:lower:]' | sed 's/-$//').$(date +'%Y%m%dT%H%M%S')
bun ../scripts/updateVersion.ts
- name: Build
run: bun run build
Expand Down

0 comments on commit a2fdaf1

Please sign in to comment.