Skip to content

Migrate github actions to shared workflows (#92) #78

Migrate github actions to shared workflows (#92)

Migrate github actions to shared workflows (#92) #78

Workflow file for this run

name: auto-release
on:
push:
branches:
- main
- master
- production
jobs:
auto:
uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main
with:
publish: true
secrets: inherit