Skip to content

fix(deps): update dependency hexo-theme-nexmoe to v4.2.2 #68

fix(deps): update dependency hexo-theme-nexmoe to v4.2.2

fix(deps): update dependency hexo-theme-nexmoe to v4.2.2 #68

Workflow file for this run

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created

Check failure on line 1 in .github/workflows/npm-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/npm-publish.yml

Invalid workflow file

`tag` is not a valid event name
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Node.js Package
on:
workflow_dispatch:
release:
types: [published]
tag:
types: [published]
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}