Skip to content

feat: unify addressable and non-addressable workflows (#37) #22

feat: unify addressable and non-addressable workflows (#37)

feat: unify addressable and non-addressable workflows (#37) #22

Workflow file for this run

name: 🚀 Release
on:
push:
branches:
- 'main'
paths-ignore:
- '**.md'
jobs:
create-release:
name: Release
uses: ./.github/workflows/release-template.yml
secrets:
githubToken: ${{ secrets.GH_TOKEN }}