Skip to content

Commit

Permalink
Merge pull request #3 from placia/develop
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
placia authored Nov 7, 2024
2 parents f45b9e1 + 5ab035e commit 4fb8a79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up git user
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Extract version from commit title
id: extract_version
run: |
Expand Down

0 comments on commit 4fb8a79

Please sign in to comment.