Skip to content

ci: fix typo in prerelease tag (#490) #15

ci: fix typo in prerelease tag (#490)

ci: fix typo in prerelease tag (#490) #15

Workflow file for this run

name: Pre-release
on:
push:
branches: [main]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
build:
uses: ./.github/workflows/build.yaml
pre-release:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/release-with-artifacts
with:
is-prerelease: true