Skip to content

fix(release): use fetch instead of gh cli #69

fix(release): use fetch instead of gh cli

fix(release): use fetch instead of gh cli #69

Workflow file for this run

name: Release
on:
push:
branches:
- '**'
tags-ignore:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
secrets: inherit
publish:
# needs:
# - lint
# - build
# - test
uses: ./.github/workflows/publish.yml
secrets: inherit