Skip to content

Merge pull request #48 from opensafely-actions/make-v0.0.31 #31

Merge pull request #48 from opensafely-actions/make-v0.0.31

Merge pull request #48 from opensafely-actions/make-v0.0.31 #31

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
jobs:
test-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: opensafely-core/research-action@v2
tag-new-version:
needs: [test-integration]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tag new version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
create_annotated_tag: true