Skip to content

Commit

Permalink
fix: order change
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Mar 8, 2024
1 parent 5d93fa7 commit feaaca8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/CI-Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,14 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install fast-glob
run: npm install fast-glob

- name: Display Node.js version
run: node --version

- name: npm release
run: npx semantic-release --debug;

- name: "Rescript Code Compile"
run: npm run re:build

- name: "Build"
run: npm run build

- name: npm release
run: npx semantic-release --debug;

0 comments on commit feaaca8

Please sign in to comment.