Skip to content

Commit

Permalink
Merge pull request #31 from RedAtman/dev
Browse files Browse the repository at this point in the history
Fix: Enable release creation workflow
  • Loading branch information
RedAtman authored Jul 20, 2024
2 parents 1324dc7 + 245c01c commit f08f30b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# - name: Set up Git
# run: |
# git config --global user.name "github-actions[bot]"
# git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Set up Git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- uses: paulhatch/semantic-version@v5.3.0
id: generate-version
Expand Down

0 comments on commit f08f30b

Please sign in to comment.