Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherjbaker committed Apr 9, 2023
1 parent 60d05f6 commit eac0fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-and-publish.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Increment Version
run: |
git config --local user.email "Action: ${{ github.workflow }} - ${{ github.job }}"
git config --local user.name "${{ github.job }}@${{ github.workflow }"
git config --local user.name "${{ github.job }}@${{ github.workflow }}"
if [[ ${{ github.event.inputs.segment }} == pre* ]]; then
PRE_ID="${{ github.event.inputs.preId}}"
Expand Down

0 comments on commit eac0fd0

Please sign in to comment.