Skip to content

Commit 7ef5788

Browse files
authored
Merge pull request #27 from jpbnetley/feature/test
fix: update build to latest semantic-release
2 parents 6924502 + de0273f commit 7ef5788

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)