Skip to content

Commit

Permalink
fix(ci): fix automatic dependabot updates for semantic release action
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Jan 8, 2023
1 parent 1841078 commit c59e8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Fetch version from git history
if: github.ref_protected == true
uses: docker://ghcr.io/codfish/semantic-release-action:v1
uses: codfish/semantic-release-action@v2
id: semantic
with:
dry_run: true
Expand Down Expand Up @@ -163,6 +163,6 @@ jobs:
path: release

- name: Create release
uses: docker://ghcr.io/codfish/semantic-release-action:v1
uses: codfish/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c59e8eb

Please sign in to comment.