Skip to content

Commit

Permalink
Create new GH release when tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdouglass committed Aug 8, 2023
1 parent 268104c commit 9ddb538
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-smlm-course-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:
with:
name: smlm-lab-manual
path: texts/smlm-lab-course/smlm-lab-manual.pdf
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: texts/smlm-lab-course/smlm-lab-manual.pdf

0 comments on commit 9ddb538

Please sign in to comment.