Skip to content

Commit

Permalink
Merge pull request #29 from heubeck/dependabot/github_actions/cycjimm…
Browse files Browse the repository at this point in the history
…y/semantic-release-action-4

chore(action): Bump cycjimmy/semantic-release-action from 3 to 4
  • Loading branch information
heubeck authored Aug 31, 2023
2 parents 421e4d2 + d3e9707 commit 61cff4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Getting next release version
id: semantic
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
dry_run: true
semantic_version: ${{ env.semantic_version }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Create Release
if: github.ref == 'refs/heads/main' && steps.semantic.outputs.new_release_version != null
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: ${{ env.semantic_version }}
env:
Expand Down

0 comments on commit 61cff4f

Please sign in to comment.