Skip to content

Commit

Permalink
ci: update and rename npm-publish.yml to publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
faramozzayw authored Jan 11, 2021
1 parent 045d035 commit 833b40a
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# 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://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package
name: publish

on:
release:
types: [created]
types: [published]

jobs:
build:
Expand Down

1 comment on commit 833b40a

@vercel
Copy link

@vercel vercel bot commented on 833b40a Jan 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.