Skip to content

Commit

Permalink
chore: Change the username and git email in release manifest (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Plotnikov <[email protected]>
  • Loading branch information
Philipp-Plotnikov authored Sep 15, 2023
1 parent d8d5410 commit e3281bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
# Whether a draft release should be created, instead of public one
IS_DRAFT_RELEASE: false
# Name of the GitHub user for Git config
GIT_USERNAME: PhilippPlotnikov
GIT_USERNAME: Philipp-Plotnikov
# E-Mail of the GitHub user for Git config
GIT_EMAIL: philipp.plotnikov@codefresh.io
GIT_EMAIL: philipp.plotnikov@icloud.com
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit e3281bd

Please sign in to comment.