Skip to content

chore: redo how github actions are used (#3) #2

chore: redo how github actions are used (#3)

chore: redo how github actions are used (#3) #2

Workflow file for this run

on:
push:
tags:
- 'v*'
permissions:
contents: write
packages: write
jobs:
ci:
uses: ./.github/workflows/ci.yml
secrets: inherit
release:
uses: ./.github/workflows/release.yml
needs: [ci]
secrets: inherit