Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/febiosoftware/FEBio into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
SteveMaas1978 committed Jun 6, 2024
2 parents 1bed613 + c83967b commit cc48500
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI - FEBio Release

on:
release:
types: [published]

jobs:
annotate-tag:
name: "Annotate Release Tag"
runs-on: "ubuntu-latest"
steps:
- name: "Annotated Tag"
id: annotated-tag
uses: febiosoftware/febio-workflows/.github/actions/annotated-tag@develop
with:
github-pat-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc48500

Please sign in to comment.