Skip to content

馃悰 fix(engine): remove spacing when typing #14

馃悰 fix(engine): remove spacing when typing

馃悰 fix(engine): remove spacing when typing #14

Workflow file for this run

name: Npm Publisher
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: 馃洬 Checkout
uses: actions/checkout@v3
- name: 馃摝 Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
scope: '@pungrumpy'
- name: 馃殌 Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}