Skip to content

Commit 9bb93fd

Browse files
authored
Merge pull request #2 from mach-composer/feat/docs
fix: fixed release
2 parents 10f4f07 + 20723d1 commit 9bb93fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Prepare release
24-
uses: ./
24+
uses: labd/changie-release-action@v0.4.0
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
27-
release-workflow: ''
28-
version-command: |
29-
sed -r -i 's#(labd/changie-release-action@)([^[:space:]]+)#\1'"${PACKAGE_VERSION}"'#' README.md
3027

0 commit comments

Comments
 (0)