Skip to content

Commit

Permalink
chore: move release deps (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
admon84 authored Jun 21, 2024
1 parent 3f97c87 commit 0b1e9e8
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 6,432 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Release
- name: Install semantic-release
run: npm i semantic-release @semantic-release/commit-analyzer @semantic-release/github @semantic-release/npm @semantic-release/release-notes-generator
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
24 changes: 0 additions & 24 deletions .vscode/tasks.json

This file was deleted.

Loading

0 comments on commit 0b1e9e8

Please sign in to comment.