Skip to content

Containerize application and configure GitHub Actions to build and pu… #122

Containerize application and configure GitHub Actions to build and pu…

Containerize application and configure GitHub Actions to build and pu… #122

Workflow file for this run

name: Release Build
on:
push:
branches:
- main
jobs:
build:
name: Release Build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 0
token: ${{ secrets.ADMIN_PAT }}
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@1aed73030dfc573d11ac590f7b7243a0f390b0fc # v7.34.4
with:
github_token: ${{ secrets.ADMIN_PAT }}