Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Dec 1, 2023
1 parent 4711cdb commit e165420
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish

on:
release:
types: [created]
types: [released]

jobs:
publish:
Expand All @@ -15,7 +15,6 @@ jobs:
with:
node-version: 18
cache: npm
registry-url: https://registry.npmjs.org/
- run: npm ci --package-lock
- run: npm test
env:
Expand Down

0 comments on commit e165420

Please sign in to comment.