chore: remove npm flow

This commit is contained in:
rvcas 2024-05-23 21:27:36 -04:00
parent 2f9f554e78
commit cb8f51d7a5
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
name: npm
on:
release:
types: [released]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: 📦 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "latest"
- name: 🚀 Publish
run: npm publish https://github.com/aiken-lang/aiken/releases/latest/download/aiken-npm-package.tar.gz --access public
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}