Skip to content

Merge branch 'main' into development #91

Merge branch 'main' into development

Merge branch 'main' into development #91

Workflow file for this run

name: CI Prerelease
on:
push:
branches:
- development
workflow_dispatch:
permissions:
id-token: write
jobs:
release:
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TAG: blizzard
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v3
- name: Release packages 🚀
uses: ./.github/actions/release
with:
npm_token: ${{ secrets.NPM_TOKEN }}