Skip to content

Commit e3281bd

Browse files
chore: Change the username and git email in release manifest (#25)
Signed-off-by: Philipp Plotnikov <philipp.plotnikov@icloud.com>
1 parent d8d5410 commit e3281bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
# Whether a draft release should be created, instead of public one
2424
IS_DRAFT_RELEASE: false
2525
# Name of the GitHub user for Git config
26-
GIT_USERNAME: PhilippPlotnikov
26+
GIT_USERNAME: Philipp-Plotnikov
2727
# E-Mail of the GitHub user for Git config
28-
GIT_EMAIL: philipp.plotnikov@codefresh.io
28+
GIT_EMAIL: philipp.plotnikov@icloud.com
2929
steps:
3030
- name: Checkout code
3131
uses: actions/checkout@v3

0 commit comments

Comments
 (0)