Skip to content

Commit 617b8f7

Browse files
authored
fix: doker failed with --rm (#142)
1 parent ac9c495 commit 617b8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
run: ls -la
7171

7272
- name: update changelog
73-
run: docker --rm run -v "$PWD":/workdir quay.io/git-chglog/git-chglog -o CHANGELOG.md 1.0.0..
73+
run: docker run -v "$PWD":/workdir quay.io/git-chglog/git-chglog -o CHANGELOG.md 1.0.0..
7474
- name: update changelog in template
75-
run: docker --rm run -v "$PWD":/workdir quay.io/git-chglog/git-chglog ${{ needs.create_release.outputs.latest-version }}.. >> scripts/release-template.md
75+
run: docker run -v "$PWD":/workdir quay.io/git-chglog/git-chglog ${{ needs.create_release.outputs.latest-version }}.. >> scripts/release-template.md
7676

7777
- name: Publish Release
7878
run: >-

0 commit comments

Comments
 (0)