Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jul 10, 2023
1 parent bb9ec06 commit 56d69d4
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,28 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install pnpm
- uses: pnpm/action-setup@v2

- name: Set node
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.x
cache: pnpm
registry-url: https://registry.npmjs.org
- run: corepack enable

- name: Publish github
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Install
- run: pnpm install

- name: Publish npm
- run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Check failure on line 37 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

Too many blank lines at the end of file. Max of 0 allowed
- run: pnpx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 56d69d4

Please sign in to comment.