File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
version : latest
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : 22
20
+ node-version : 23
21
21
cache : pnpm
22
22
- run : pnpm install
23
23
- run : pnpm run build-storybook
Original file line number Diff line number Diff line change 17
17
version : latest
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : 22
20
+ node-version : 23
21
21
cache : pnpm
22
22
- run : pnpm install --frozen-lockfile --strict-peer-dependencies
23
23
- run : pnpm run build-storybook
Original file line number Diff line number Diff line change 23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
cache : pnpm
26
- node-version : 22
26
+ node-version : 23
27
27
- run : pnpm install
28
28
29
29
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 25
25
26
26
git config commit.gpgsign true
27
27
git config gpg.format ssh
28
+ git config push.gpgSign 'if-asked'
29
+ git config tag.gpgSign true
28
30
git config user.signingkey 'key::${{ vars.DEPLOY_KEY_PUBLIC }}'
29
31
30
32
eval `ssh-agent -s`
33
35
VERSION=$(pnpm version patch --no-git-tag-version)
34
36
35
37
git commit --all --message "🔖 $VERSION"
36
- git tag $VERSION
38
+ git tag --annotate --message "🔖 $VERSION" $VERSION
37
39
git push
38
40
git push --tags
39
41
You can’t perform that action at this time.
0 commit comments