Skip to content

Commit

Permalink
ci: fix action step ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
littlespex committed May 3, 2023
1 parent 052ae0a commit a5249ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Install
run: npm ci

- name: Publish
run: npm run pub

- name: Test
run: npm test

- name: Publish
run: npm run pub

- name: Get Version
run: echo "version=`node -p "require('./package').version"`" >> $GITHUB_ENV

Expand Down

0 comments on commit a5249ee

Please sign in to comment.