Skip to content

Commit

Permalink
try configuring git to allow auto tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed May 23, 2024
1 parent b89fa7b commit 1bfd338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:

- name: Run auto.sh script
run: ./auto.sh Albanian English

- name: Configure git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Tag the repository
id: tag
Expand Down

0 comments on commit 1bfd338

Please sign in to comment.