Skip to content

Commit

Permalink
Update js-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
invernizzi committed Mar 6, 2024
1 parent e9a7002 commit 6964e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/js-publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: JS - publish
on:
workflow_dispatch:
release:
types: [published]
push:
tags:
- 'js-v[0-9]+.[0-9]+.[0-9]'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: '20.x'
Expand Down

0 comments on commit 6964e1a

Please sign in to comment.