Skip to content

Commit

Permalink
Update npm-tag-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush429 authored Oct 4, 2023
1 parent 8ad0d3b commit bd2060d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-tag-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Set Latest Tag

on:
workflow_dispatch:
push:

jobs:
release:
Expand All @@ -15,4 +16,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm dist-tag add @apimatic/[email protected] latest
run: npm whoami

0 comments on commit bd2060d

Please sign in to comment.