Skip to content

Commit de0273f

Browse files
committed
fix: update build to latest semantic-release
1 parent 7b01192 commit de0273f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v3
2121
with:
2222
persist-credentials: false
2323

2424
- name: Semantic Release
25-
uses: cycjimmy/semantic-release-action@v3
25+
uses: cycjimmy/semantic-release-action@v4
2626
id: semantic
2727
with:
2828
branch: |

0 commit comments

Comments
 (0)