Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Mar 23, 2023
1 parent 5c55fb9 commit a00289c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Get snapshot version
env:
TOKEN: ${{ secrets.SNAPSHOT_TOKEN }}
run: node ./scripts/get-snapshot-version.js
run: node ./scripts/get-snapshot-version.mjs
- name: Build
run: npm run build
- name: Upload bundle
Expand Down

0 comments on commit a00289c

Please sign in to comment.