Skip to content

Commit 5f90bf4

Browse files
taiki-ehawkw
authored andcommitted
chore(CI): fix release workflow (#1801)
## Motivation It is currently failing: https://github.com/tokio-rs/tracing/runs/4622678819?check_suite_focus=true See also: #1795 (comment)
1 parent 18f358c commit 5f90bf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: taiki-e/create-gh-release-action@v1.3.0
17+
- uses: taiki-e/create-gh-release-action@v1
1818
with:
19-
prefix: tracing[\-a-z]*
19+
prefix: tracing(-[a-z]+)?
2020
changelog: "$prefix/CHANGELOG.md"
2121
title: "$prefix $version"
2222
branch: v0.1.x
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)