We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ab755 commit 2371520Copy full SHA for 2371520
.github/workflows/gh-release.yml
@@ -20,7 +20,7 @@ jobs:
20
awk '/^## / { if (p) { exit }; { p=1; next } } p && NF' CHANGELOG.md > CHANGELOG.tmp
21
- name: Prepare tag
22
run: |
23
- export TAG=$(awk '/^## / {print $2}' CHANGELOG.md)
+ export TAG=$(awk '/^## / {print $2; exit}' CHANGELOG.md)
24
echo "TAG=$TAG" >> $GITHUB_ENV
25
- name: Create Release
26
uses: actions/create-release@v1
0 commit comments