Skip to content

Commit

Permalink
feat: tag latest version
Browse files Browse the repository at this point in the history
tag the latest version to 1.1.0-alpha.5 for subdomain migration from www.apimatic.io/api to api.apimatic.io
  • Loading branch information
piyush429 committed Oct 3, 2023
1 parent 407c72f commit d86352a
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
@@ -1,6 +1,7 @@
name: Set Latest Tag

on:
push:
workflow_dispatch:

jobs:
Expand All @@ -15,4 +16,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm dist-tag add @apimatic/cli@${LATEST_VERSION} latest
run: npm dist-tag add @apimatic/cli@1.1.0-alpha.5 latest

0 comments on commit d86352a

Please sign in to comment.