We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a212c50 commit dc372d1Copy full SHA for dc372d1
1 file changed
.github/workflows/npm-publish.yml
@@ -25,12 +25,18 @@ jobs:
25
publish-npm:
26
needs: build
27
runs-on: ubuntu-latest
28
+
29
+ container:
30
+ image: ghcr.io/pebble-dev/pebbleos-docker:v1
31
32
steps:
33
- uses: actions/checkout@v4
- - uses: actions/setup-node@v4
- with:
- node-version: 20
- registry-url: https://registry.npmjs.org/
34
+ - name: Set up uv
35
+ uses: astral-sh/setup-uv@v7
36
+ - run: uv tool install pebble-tool
37
+ - run: npm install
38
+ - run: npm run build
39
+ - run: pebble build
40
- name: Update npm
41
run: npm install -g npm@latest
42
- run: npm publish
0 commit comments