Skip to content

Commit

Permalink
Merge pull request #27 from jpbnetley/feature/test
Browse files Browse the repository at this point in the history
fix: update build to latest semantic-release
  • Loading branch information
jpbnetley authored Aug 31, 2023
2 parents 6924502 + de0273f commit 7ef5788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
branch: |
Expand Down

0 comments on commit 7ef5788

Please sign in to comment.