Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Papirniy committed Feb 1, 2022
1 parent 486e0aa commit f272574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- run: npm config set tag-version-prefix ''

- name: Config git email
run: git config --global user.email "lukas.kotol@tatum.io"
run: git config --global user.email "contact@tatum.io"

- name: Config git name
run: git config --global user.name "Hathoriel"
run: git config --global user.name "CI"

- name: Publish packages
run: yarn --ignore-scripts release:prerelease
Expand Down

0 comments on commit f272574

Please sign in to comment.