Skip to content

Managed by Terraform (https://github.com/opsheaven/provisioner) #4

Managed by Terraform (https://github.com/opsheaven/provisioner)

Managed by Terraform (https://github.com/opsheaven/provisioner) #4

---
name: 'Create Release'
"on":
push:
branches:
- 'main'
permissions:
contents: 'write'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
- name: 'Generate Release'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: |
make release