Skip to content

Commit

Permalink
Update release stages
Browse files Browse the repository at this point in the history
  • Loading branch information
benVigie committed Nov 23, 2024
1 parent b42b68d commit 1b262de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: Node.js Package
name: Publish package on npm registry

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

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Update package version
on:
release:
types: [prereleased]
types: [created]

jobs:
updated-version:
Expand Down

0 comments on commit 1b262de

Please sign in to comment.