Skip to content

Migrate to Toggl api v9 & upgrade everything #1

Migrate to Toggl api v9 & upgrade everything

Migrate to Toggl api v9 & upgrade everything #1

Workflow file for this run

on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Publish on npm
uses: JS-DevTools/npm-publish@v1
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.NPM_TOKEN }}
access: public