Skip to content

Merge pull request #89 from GIHAA/feat-toLower #12

Merge pull request #89 from GIHAA/feat-toLower

Merge pull request #89 from GIHAA/feat-toLower #12

Workflow file for this run

name: CI Prerelease
on:
push:
branches:
- development
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test
release:
runs-on: ubuntu-latest
needs: unit-tests
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/release
with:
credentials: ${{ secrets.PUB_CREDENTIALS }}
options: "--prerelease --preid=blizzard"