Skip to content

Commit

Permalink
Update credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszczura committed Jul 18, 2024
1 parent 441618e commit 39800cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
scope: '@air'
- name: Configure Git
run: |
git config user.email "[email protected]"
git config user.name "Dan Wilt"
git config user.email "[email protected]"
git config user.name "air-dev-bo"
- run: npm version ${{ github.event.release.tag_name }} -m "Release ${{ github.event.release.tag_name }} 📣"
- name: Push version to main
uses: CasperWA/push-protected@v2
Expand Down

0 comments on commit 39800cb

Please sign in to comment.