Skip to content

Commit 94cd726

Browse files
authored
Merge pull request #65 from Software-Developers-IRL/f/lastlink2
fix publish order
2 parents 05207b8 + 405056b commit 94cd726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
node-version: '16.x'
1717
registry-url: 'https://registry.npmjs.org'
18-
- run: npm run build
1918
- run: npm ci
19+
- run: npm run build
2020
- run: npm publish
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)