Skip to content

Commit

Permalink
ci: publish to GitHub NPM registry when tag was pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
k3nsei authored May 7, 2023
1 parent 5ef3465 commit 4969db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: release

on:
release:
types: [published]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:
inputs:
reason:
Expand All @@ -27,7 +28,6 @@ jobs:
with:
node-version: 'lts/*'
registry-url: 'https://npm.pkg.github.com'
scope: '@k3nsei'

- name: Build library
run: npm run build:lib
Expand Down

1 comment on commit 4969db0

@vercel
Copy link

@vercel vercel bot commented on 4969db0 May 7, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

ng-in-viewport – ./

ng-in-viewport-k3nsei.vercel.app
ng-in-viewport.vercel.app
ng-in-viewport-git-develop-k3nsei.vercel.app

Please sign in to comment.