Skip to content

Commit

Permalink
build: update release user details
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Mar 6, 2022
1 parent daa0a7f commit 5a04988
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: '**/.github/workflows/release.yml'
cache: 'npm'
check-latest: true
- run: |
node-version: '16'
- name: Fetch dependencies
run: |
npm install --no-package-lock \
@google/semantic-release-replace-plugin \
@semantic-release/changelog \
@semantic-release/git \
@semantic-release/changelog @semantic-release/git \
conventional-changelog-eslint
- run: npx semantic-release --ci --
- name: Generate release
run: npx semantic-release --ci --
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }}
GIT_AUTHOR_EMAIL: 'mvdoster@gmail.com'
GIT_AUTHOR_NAME: 'Vladislav Doster'
GIT_COMMITTER_EMAIL: 'mvdoster@gmail.com'
GIT_COMMITTER_NAME: 'Vladislav Doster'

0 comments on commit 5a04988

Please sign in to comment.