Skip to content

Merge pull request #80 from spuxx1701/release-please--branches--main #1

Merge pull request #80 from spuxx1701/release-please--branches--main

Merge pull request #80 from spuxx1701/release-please--branches--main #1

name: Releases (@spuxx/browser-utils)
on:
workflow_dispatch:
push:
tags:
- "browser-utils-*"
jobs:
release:
name: Release artifact (@spuxx/browser-utils)
uses: ./.github/workflows/release.yml
with:
PATH: packages/browser-utils
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}