Skip to content

Commit

Permalink
fix: use create-release
Browse files Browse the repository at this point in the history
The npm-publish workflow was old and unused.
  • Loading branch information
aalemayhu committed Sep 25, 2023
1 parent 519c26d commit ec07aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

permissions:
contents: read
contents: read

jobs:
release:
Expand All @@ -23,12 +23,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: 'lts/*'
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{secrets.npm_token}}
run: npx semantic-release
30 changes: 0 additions & 30 deletions .github/workflows/npm-publish.yml

This file was deleted.

0 comments on commit ec07aae

Please sign in to comment.