We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123907 commit 3b7b1daCopy full SHA for 3b7b1da
.github/workflows/publish-releases.yml
@@ -29,14 +29,11 @@ jobs:
29
with:
30
node-version: '22'
31
registry-url: 'https://registry.npmjs.org'
32
- cache: 'npm'
33
- run: npm install npm -g
34
- run: npm install
35
- name: Change version number and sync
36
run: |
37
node scripts/update-version.mjs ${{ inputs.version }}
38
- - name: update lockfile
39
40
- name: GIT commit and push all changed files
41
42
git config --global user.name "mcollina"
0 commit comments