Skip to content

DOE-282 Update README #1

DOE-282 Update README

DOE-282 Update README #1

Workflow file for this run

name: "[CI] Create new release"
on:
pull_request:
types:
- closed
branches:
- main
paths:
- ".github/workflows/*"
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- uses: UKHSA-Internal/devops-github-actions/.github/actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true