Skip to content

Commit

Permalink
build: add tag to publish options
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Nov 17, 2023
1 parent 8170c0f commit c879144
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ngx-mat-timepicker publish
name: ngx-mat-timepicker publish v15

on:
release:
Expand All @@ -23,7 +23,8 @@ jobs:
- name: Build
run: yarn run build:lib
- name: Publish on npm
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: dist/mat-timepicker
tag: latest-v15

0 comments on commit c879144

Please sign in to comment.