Skip to content

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

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

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

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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 }}