Skip to content

chore(release): v1.5.4 🎉 (#60) #3

chore(release): v1.5.4 🎉 (#60)

chore(release): v1.5.4 🎉 (#60) #3

Workflow file for this run

name: publish
on:
push:
tags:
- v*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }} # per [workflow] x [branch, tag]
cancel-in-progress: true # cancel workflows for non-latest commits
jobs:
test:
uses: ./.github/workflows/.test.yml
publish:
uses: ./.github/workflows/.publish-npm.yml
needs: [test]
secrets:
npm-auth-token: ${{ secrets.NPM_TOKEN }}