Skip to content

Fixes #2 where matcher on lastEditedTime contains a narrow no-space b… #8

Fixes #2 where matcher on lastEditedTime contains a narrow no-space b…

Fixes #2 where matcher on lastEditedTime contains a narrow no-space b… #8

Workflow file for this run

# This workflow will run tests using node and then publish a package to npmjs.com Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Node.js Package
on:
release:
types: [created]
push:
jobs:
build:
uses: jamesmortensen/npm-publish-workflow/.github/workflows/npm-publish-workflow.yml@main
secrets:
npm_token: ${{ secrets.npm_token }}