Skip to content

Commit

Permalink
feat: update semantic config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Apr 30, 2024
1 parent 4d97012 commit 987c8b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- run: yarn
# for Yarn v1, use `yarn publish` instead
# - run: yarn npm publish // if using yarn
- name: Install semantic-release
run: yarn add -g semantic-release @semantic-release/gitlab @semantic-release/changelog @semantic-release/git @semantic-release/npm @semantic-release/commit-analyzer conventional-changelog-conventionalcommits

- run: npx semantic-release
# - name: Install semantic-release
# run: yarn add -g semantic-release @semantic-release/gitlab @semantic-release/changelog @semantic-release/git @semantic-release/npm @semantic-release/commit-analyzer conventional-changelog-conventionalcommits
- name: Release
env:
# this will be used in .yarnrc.yml
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

File renamed without changes.

0 comments on commit 987c8b6

Please sign in to comment.