Skip to content

Commit

Permalink
Merge pull request #978 from sbrunner/changelog
Browse files Browse the repository at this point in the history
Fix release creation in changelog workflow
  • Loading branch information
sbrunner authored Mar 14, 2023
2 parents e9f5b4f + 75a530d commit dc557c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- name: Create release
run: |
if [[ ${{ github.ref_name }} =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
Expand Down

0 comments on commit dc557c6

Please # to comment.