Skip to content

Commit

Permalink
Test push
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Aug 20, 2024
1 parent af19a64 commit 6710aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
name: Node.js Package

on:
release:
types: [created]
- push

jobs:
publish-npm:
Expand All @@ -16,6 +15,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm i minify
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit 6710aa0

Please sign in to comment.