We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b0952 commit 8d8cadcCopy full SHA for 8d8cadc
.github/workflows/release.yml
@@ -11,11 +11,11 @@ jobs:
11
options: --privileged
12
13
steps:
14
+ - uses: actions/checkout@v3
15
- name: Generate release tag
16
id: tag
17
run: |
- echo "::set-output name=release_tag::gearlever_nightly_$(cat meson.build | grep "\sversion.*" | grep -oE "'([^']+)'" | sed "s/'//g")"
18
- - uses: actions/checkout@v3
+ echo "::set-output name=release_tag::$(cat meson.build | grep "\sversion.*" | grep -oE "'([^']+)'" | sed "s/'//g")"
19
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
20
with:
21
bundle: gearlever-${{ steps.tag.outputs.release_tag }}.flatpak
0 commit comments