Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit 75a6ea9

Browse files
author
Steven Weingärtner
committed
fix: use new semantic release image
1 parent 912b29f commit 75a6ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Release
2525
id: semantic_release
26-
uses: docker://codfish/semantic-release-action:latest
26+
uses: cycjimmy/semantic-release-action@v3
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
context: .
4040
push: true
41-
tags: examinator/foundry-auto-release:${{ steps.semantic.outputs.new_release_version }},examinator/foundry-auto-release:latest
41+
tags: examinator/foundry-auto-release:${{ steps.semantic_release.outputs.new_release_version }},examinator/foundry-auto-release:latest

0 commit comments

Comments
 (0)