Skip to content

Commit

Permalink
+ CI: create release with the documents if a tag was set
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Feb 3, 2022
1 parent a8b435c commit 2f225e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/document-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: build/topics/jumpstart.zip

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/topics/jumpstart.zip

0 comments on commit 2f225e2

Please sign in to comment.