Skip to content

Commit

Permalink
Remove git config -l due to git issues (#59)
Browse files Browse the repository at this point in the history
Run git config --global -l
fatal: unable to read config file '/home/runner/.gitconfig': No such file or directory

Git crashes if the file does not exists (wtf?!), but will create the file on config set commands.
  • Loading branch information
rfehling-mittwald authored Oct 21, 2021
1 parent 874f9aa commit 900382b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
- run: yarn
- run: yarn compile
- run: git config --global -l
- run: git config --global user.email [email protected]
- run: git config --global user.name Mittwald Release Bot
- run: npm version from-git
Expand Down

0 comments on commit 900382b

Please sign in to comment.