Skip to content

Commit

Permalink
Fixed pipeline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Sep 19, 2024
1 parent 49dd345 commit 6837a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: echo ::set-output name=version::$(jq -r .version package.json)

- name: Tag and push to GitHub
continue-on-error: true
run: |
git config --local user.email "[email protected]"
git config --local user.name "Özgür Adem Işıklı"
Expand Down

0 comments on commit 6837a5a

Please sign in to comment.