Skip to content

Commit

Permalink
fix(ci): Update npm-publish.yml (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 24, 2023
1 parent 64780c3 commit 835307e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,15 @@ on:
env:
PNPM_VERSION: 8.6.11
NODE_VERSION: 18

permissions:
contents: write
jobs:
skip_ci:
runs-on: ubuntu-latest
outputs:
canSkip: ${{ steps.check.outputs.canSkip }}
steps:
- id: check
uses: Legorooj/skip-ci@main

build:
runs-on: ubuntu-latest
if: needs.skip_ci.outputs.canSkip != 'true' && !github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [How to consume](#how-to-consume)
- [Contribute](#contribute)

## About
## About

Simple vanilla JS library to capture a clean image and light from documents from a webcam.
It use Opencv.js under the hood.
Expand Down

0 comments on commit 835307e

Please sign in to comment.