Skip to content

Merge pull request #487 from ral-facilities/#486-fix-datafileCreateTi… #136

Merge pull request #487 from ral-facilities/#486-fix-datafileCreateTi…

Merge pull request #487 from ral-facilities/#486-fix-datafileCreateTi… #136

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@d38d71ef2ae2b3c34066557ddb822385c1730c7f # v8.3.0
with:
github_token: ${{ secrets.ADMIN_PAT }}