Skip to content

Commit

Permalink
Update build_app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNjeim authored Aug 5, 2024
1 parent e818994 commit 87e1cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- "v*.*.*"
workflow_dispatch:


env:
librescore_b_name: ${{ secrets.LIBRESCORE_B_NAME }}
Expand All @@ -31,6 +32,7 @@ jobs:
if: steps.get_latest_release.outputs.updated == 'true'
uses: softprops/action-gh-release@v1
with:
tag_name: 'v6.0.10'
token: ${{ secrets.LIBRESCORE_TOKEN }}
repository: LibreScore/${{ secrets.LIBRESCORE_REPO_A }}
body: '## Download
Expand Down

0 comments on commit 87e1cfd

Please sign in to comment.