Skip to content

Commit 46e20c6

Browse files
authored
Update changelog.yml
1 parent bf7353f commit 46e20c6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/changelog.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ jobs:
1010
sync:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
15-
# Convert to markdown first
16-
# https://github.com/pandoc/pandoc-action-example
17-
- uses: docker://pandoc/core:2.14
18-
with:
19-
args: "CHANGELOG.rst -f rst -t markdown -o CR_CHANGELOG.md"
20-
2113
- uses: dropseed/changerelease@v1
2214
with:
2315
github_token: ${{ secrets.GITHUB_TOKEN }}
16+
# optional
17+
tag_prefix: v
18+
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)