Skip to content

Commit

Permalink
REL: 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Mar 3, 2024
1 parent f78a34a commit d10aaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CHANGELOG
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
main:
name: tag the commit
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, 'REL: ')
if: "startsWith(${{ github.event.head_commit.message}}, 'REL: ')"

steps:
- name: Checkout code
Expand Down

0 comments on commit d10aaaf

Please sign in to comment.