Skip to content

Commit

Permalink
also create library for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed Aug 6, 2024
1 parent e5af114 commit 25a3e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish library in (pre-)release
on:
push:
branches: [ master, dev ]
tags: [ 'v*' ]

jobs:
build:
Expand Down Expand Up @@ -36,6 +37,6 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: library.h5
asset_name: latest_library.h5
tag: ${{ github.ref }}
tag: ${{ github.ref_name }}
overwrite: true
body: "Stable release"

0 comments on commit 25a3e15

Please sign in to comment.