Skip to content

Commit

Permalink
ci: add workflow to publish to NPM (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser authored May 28, 2024
1 parent 2d148cb commit 974ee6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Publish To NPM

on:
push:
tags: ["*"]

jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 974ee6a

Please sign in to comment.