Skip to content

Commit

Permalink
fix: update code 19
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Dec 29, 2023
1 parent aa90ce9 commit 4477fbc
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,7 @@ jobs:
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
["@semantic-release/git", {
"GIT_AUTHOR_NAME": "12evgen-bot",
"GIT_AUTHOR_EMAIL": "155072229+12evgen-bot@users.noreply.github.com",
"GIT_COMMITTER_NAME": "12evgen-bot",
"GIT_COMMITTER_EMAIL": "155072229+12evgen-bot@users.noreply.github.com",
}],
"@semantic-release/git",
["@semantic-release/github", {
"assets": [
{ "path": "build.zip", "label": "Build (zip)" }
Expand All @@ -73,10 +68,10 @@ jobs:
run: npx semantic-release --debug
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
GIT_AUTHOR_NAME: 12evgen-bot
GIT_AUTHOR_EMAIL: 155072229+12evgen-bot@users.noreply.github.com
GIT_COMMITTER_NAME: 12evgen-bot
GIT_COMMITTER_EMAIL: 155072229+12evgen-bot@users.noreply.github.com
GIT_AUTHOR_NAME: "12evgen-bot"
GIT_AUTHOR_EMAIL: "155072229+12evgen-bot@users.noreply.github.com"
GIT_COMMITTER_NAME: "12evgen-bot"
GIT_COMMITTER_EMAIL: "155072229+12evgen-bot@users.noreply.github.com"

- name: 'Validate release'
shell: bash
Expand Down

0 comments on commit 4477fbc

Please sign in to comment.