Skip to content

Commit

Permalink
fix(canary): show correct version (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Sep 8, 2024
1 parent c53f3e3 commit 6e8a583
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd_publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ jobs:
if: steps.check_commit.outputs.publish == 'true'
run: npm ci

- name: 🚀 Building Poku
if: steps.check_commit.outputs.publish == 'true'
run: npm run build

- name: ⚙️ Git Hash
if: steps.check_commit.outputs.publish == 'true'
run: |
Expand All @@ -81,6 +77,10 @@ jobs:
if: steps.check_commit.outputs.publish == 'true'
run: npm version $VERSION --no-git-tag-version

- name: 🚀 Building Poku
if: steps.check_commit.outputs.publish == 'true'
run: npm run build

- name: 📥 Publishing Package
if: steps.check_commit.outputs.publish == 'true'
env:
Expand Down

0 comments on commit 6e8a583

Please sign in to comment.