File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
run : yarn install
33
33
34
34
- name : Publish to Chromatic
35
- uses : chromaui/action@v1
35
+ uses : chromaui/action@latest
36
36
with :
37
37
projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
25
25
run : yarn install
26
26
27
27
- name : Initialize mandatory git config
28
- uses : fregante/setup-git-user@v1
28
+ uses : fregante/setup-git-user@v2
29
29
30
30
# Build assets
31
31
- run : yarn build
32
32
- run : npm pack
33
33
- name : Extract Package Version
34
34
id : extract_version
35
- uses : Saionaro/extract-package-version@v1.1 .1
35
+ uses : Saionaro/extract-package-version@v1.2 .1
36
36
37
37
- name : Create Release
38
38
id : create_release
Original file line number Diff line number Diff line change 32
32
run : git checkout -b hotfix/${{ github.event.inputs.version }}
33
33
34
34
- name : Initialize mandatory git config
35
- uses : fregante/setup-git-user@v1
35
+ uses : fregante/setup-git-user@v2
36
36
37
37
- name : Bump version in package.json
38
38
run : yarn version --new-version ${{ github.event.inputs.version }} --no-git-tag-version
Original file line number Diff line number Diff line change 32
32
run : git checkout -b release/${{ github.event.inputs.version }}
33
33
34
34
- name : Initialize mandatory git config
35
- uses : fregante/setup-git-user@v1
35
+ uses : fregante/setup-git-user@v2
36
36
37
37
- name : Bump version in package.json
38
38
run : yarn version ${{ github.event.inputs.version }}
You can’t perform that action at this time.
0 commit comments