Skip to content

version: bump the beta version to 0.3.2 #102

version: bump the beta version to 0.3.2

version: bump the beta version to 0.3.2 #102

Workflow file for this run

name: Beta Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run beta
- uses: ncipollo/release-action@v1
with:
artifacts: "main.js,styles.css,manifest.json"
prerelease: true