Skip to content

Merge pull request #80 from skovhus/dependabot/npm_and_yarn/json5-1.0.2 #41

Merge pull request #80 from skovhus/dependabot/npm_and_yarn/json5-1.0.2

Merge pull request #80 from skovhus/dependabot/npm_and_yarn/json5-1.0.2 #41

Workflow file for this run

name: Publish changes
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: |
git config --local user.email "[email protected]"
git config --local user.name "skovhus"
name: Configure for pushing git tags
- run: bash publish.sh
name: Publish changes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}