File tree Expand file tree Collapse file tree 2 files changed +5628
-2067
lines changed Expand file tree Collapse file tree 2 files changed +5628
-2067
lines changed Original file line number Diff line number Diff line change 2020 persist-credentials : false
2121 token : ${{ secrets.GH_TOKEN }}
2222 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
23-
24- - name : Setup SSH signing
25- run : |
26- mkdir -p ~/.ssh
27- echo "${{ secrets.SSH_SIGNING_PRIVATE_KEY }}" > ~/.ssh/signing_key
28- chmod 600 ~/.ssh/signing_key
29- echo "${{ secrets.SSH_SIGNING_PUBLIC_KEY }}" > ~/.ssh/signing_key.pub
30- chmod 644 ~/.ssh/signing_key.pub
31- git config --global gpg.format ssh
32- git config --global user.signingkey ~/.ssh/signing_key.pub
33- git config --global commit.gpgsign true
34- git config --global tag.gpgsign true
35-
3623 - name : Git Identity
3724 run : |
3825 git config --global user.name 'scaleway-bot'
@@ -48,16 +35,11 @@ jobs:
4835 registry-url : ' https://registry.npmjs.org/'
4936 node-version : 20
5037 check-latest : true
51- - run : make install-dependencies
52- - run : make build
38+ - run : pnpm install
39+ - run : pnpm run build
5340
5441 - name : Version package with lerna
55- run : |
56- pnpm lerna changed
57- # Commit any generated files before versioning
58- git add .
59- git commit -m "chore: update generated files" || true
60- pnpm lerna version -y --no-private --force-git-tag --create-release github
42+ run : pnpm lerna version -y --no-private --force-git-tag --create-release github
6143 env :
6244 HUSKY : 0
6345 GH_TOKEN : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments