Skip to content

Commit 4b2a733

Browse files
committed
reorder npm run commands
1 parent b9d73c5 commit 4b2a733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
git config --global user.email "${{github.actor}}@users.noreply.github.com"
2020
git config --global user.name "${{github.actor}}"
2121
22-
- run: npm version ${{ github.event.release.tag_name }}
2322
- run: npm install
23+
- run: npm version ${{ github.event.release.tag_name }}
2424
- name: Create .env with github secrets and run script
2525
run: |
2626
touch .env

0 commit comments

Comments
 (0)