Skip to content

Commit ffe03e9

Browse files
Merge pull request #117 from descriptinc/swb/fix-release
Fix release workflow
2 parents 56b29bb + 7ff0784 commit ffe03e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches:
44
- "master"
5+
workflow_dispatch:
56
name: Create Release
67

78
jobs:
@@ -15,7 +16,7 @@ jobs:
1516
lfs: true
1617
- name: Retrieve version
1718
run: |
18-
echo "name=TAG_NAME::$(grep -i -o -P '(?<=version=\")[^\"]+(?=\")' setup.py)" > "$GITHUB_OUTPUT"
19+
echo "TAG_NAME=$(grep -i -o -P '(?<=version=\")[^\"]+(?=\")' setup.py)" > "$GITHUB_OUTPUT"
1920
id: version
2021
- name: Changelog
2122
uses: scottbrenner/generate-changelog-action@master

0 commit comments

Comments
 (0)