fork from sxzz/workflows
A collection of reusable GitHub Actions workflows and actions for CRXJS projects.
- Setup JS: Setup Node.js and install dependencies
To use a workflow, reference it in your project’s .github/workflows/*.yml:
name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
uses: crxjs/workflows/.github/workflows/release.yml@v1
with:
publish: true
permissions:
contents: write
id-token: writeContributions and suggestions are welcome! Please open issues or pull requests.