Skip to content

Commit

Permalink
Merge pull request #117 from descriptinc/swb/fix-release
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
scottbreyfogle authored Oct 24, 2024
2 parents 56b29bb + 7ff0784 commit ffe03e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- "master"
workflow_dispatch:
name: Create Release

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

0 comments on commit ffe03e9

Please sign in to comment.