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 4, 2024
1 parent 1dd5208 commit 4feb8da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
tags:
- "v*.*.*"
env:
librescore_b_name: ${{ secrets.LIBRESCORE_B_NAME }}

jobs:
release:
runs-on: ubuntu-latest
outputs:
output: ${{ steps.get_latest_release.outputs.updated }}
updated: ${{ steps.get_latest_release.outputs.updated }}
steps:
- name: Get latest release
id: get_latest_release
Expand Down

0 comments on commit 4feb8da

Please sign in to comment.