Skip to content

Commit

Permalink
Isntall scripts (#34)
Browse files Browse the repository at this point in the history
* 🏗️ Add system dependency management script

* 🏗️ Add preinstall script

* 💚 Fix docker release workflow

Co-authored-by: Matus Toth <[email protected]>
  • Loading branch information
karafra and Matus Toth authored Nov 10, 2022
1 parent 173c391 commit f9c81d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,13 @@ jobs:
- release-sentry
runs-on: ubuntu-latest
steps:
- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ steps.get_tag_name.outputs.VERSION }}
- name: Update app.json sentry release name
uses: jossef/action-set-json-field@v2
with:
Expand Down

0 comments on commit f9c81d3

Please sign in to comment.