Skip to content

Merge pull request #492 from ral-facilities/dependabot/github_actions… #147

Merge pull request #492 from ral-facilities/dependabot/github_actions…

Merge pull request #492 from ral-facilities/dependabot/github_actions… #147

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
token: ${{ secrets.ADMIN_PAT }}
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@ce77b7cf8cd82f06a01a17f0c57e9e6055f96cce # v9.11.0
with:
github_token: ${{ secrets.ADMIN_PAT }}