Skip to content

Commit

Permalink
Update to manual trigger (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
shengyfu authored May 12, 2023
1 parent e37e37e commit dc52d2e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tokenizer-ts-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish @microsoft/tiktokenizer to GitHub Packages

on:
release:
types: [published]
on: workflow_dispatch

defaults:
run:
Expand All @@ -27,3 +25,7 @@ jobs:
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
with:
name: npm-package
path: tokenizer_ts/*.tgz

0 comments on commit dc52d2e

Please sign in to comment.