Skip to content

delete conflicts

delete conflicts #36

Workflow file for this run

name: Publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setting up Node
uses: actions/setup-node@v3
with:
node-version: 'v16.10.0'
- name: Installing
run: npm install
- name: Publishing
run: npm run publish
- name: Committing
uses: stefanzweifel/[email protected]
with:
commit_message: published
branch: ${{ github.head_ref }}