diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml new file mode 100644 index 0000000..3092dfa --- /dev/null +++ b/.github/workflows/npm-publish.yml @@ -0,0 +1,33 @@ +name: Publish to npm + +on: + release: + types: [created] + workflow_dispatch: + inputs: + version: + description: 'Version to publish' + required: false + default: '1.0.0' + +jobs: + publish: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - uses: actions/setup-node@v4 + with: + node-version: '20.x' + registry-url: 'https://registry.npmjs.org' + + - name: Install dependencies + run: npm ci + + - name: Build + run: npm run build + + - name: Publish to npm + run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/DEV.md b/DEV.md new file mode 100644 index 0000000..5b518ff Binary files /dev/null and b/DEV.md differ diff --git a/EMOJI-TEST.md b/EMOJI-TEST.md new file mode 100644 index 0000000..9d652cb Binary files /dev/null and b/EMOJI-TEST.md differ diff --git a/README.md b/README.md index dd3c511..bee97a3 100644 --- a/README.md +++ b/README.md @@ -450,5 +450,4 @@ MIT License - see [LICENSE](LICENSE) file for details *Last Updated: $(Get-Date -Format "yyyy-MM-dd HH:mm:ss UTC")* *Version: 1.2.0* *Status: 🟢 Production Ready* -# Test trigger 05/25/2026 22:15:40 - \ No newline at end of file +# Test trigger 05/25/2026 22:15:40 \ No newline at end of file