We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1841078 commit c59e8ebCopy full SHA for c59e8eb
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Fetch version from git history
54
if: github.ref_protected == true
55
- uses: docker://ghcr.io/codfish/semantic-release-action:v1
+ uses: codfish/semantic-release-action@v2
56
id: semantic
57
with:
58
dry_run: true
@@ -163,6 +163,6 @@ jobs:
163
path: release
164
165
- name: Create release
166
167
env:
168
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments