Skip to content

feat(release): Support disabling default API Gateway endpoints and ad… #7

feat(release): Support disabling default API Gateway endpoints and ad…

feat(release): Support disabling default API Gateway endpoints and ad… #7

Workflow file for this run

name: Release Workflow
permissions:
id-token: write
contents: read
on:
push:
branches:
- develop
- main
jobs:
release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
changelog: "false"
github_token: ${{ secrets.GITHUB_TOKEN }}