Skip to content

Fix(automatic-versioning): latest prerelease identification #48

Fix(automatic-versioning): latest prerelease identification

Fix(automatic-versioning): latest prerelease identification #48

Workflow file for this run

name: CI Prerelease
on:
push:
branches:
- development
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TAG: blizzard
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/release
with:
npm_token: ${{ secrets.NPM_TOKEN }}