Skip to content

ci: use prerelease action instead of semantic release for develop ver… #1

ci: use prerelease action instead of semantic release for develop ver…

ci: use prerelease action instead of semantic release for develop ver… #1

Workflow file for this run

name: Prerelease
on:
push:
branches:
- "develop"
jobs:
prerelease:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/npm-publish-prerelease-action@v1.1.0
with:
node-version: 20
npm-token: ${{ secrets.NPM_TOKEN }}