mirror of
https://github.com/ivuorinen/config-checker.git
synced 2026-02-04 09:43:59 +00:00
fix(ci): switch to cycjimmy/semantic-release-action
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
|||||||
statuses: write
|
statuses: write
|
||||||
contents: read
|
contents: read
|
||||||
packages: read
|
packages: read
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run PR Lint
|
- name: Run PR Lint
|
||||||
@@ -63,9 +65,8 @@ jobs:
|
|||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Release
|
- name: Semantic Release
|
||||||
shell: bash
|
uses: cycjimmy/semantic-release-action@v4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
run: yarn run semantic-release
|
|
||||||
|
|||||||
Reference in New Issue
Block a user