Skip to content

Commit

Permalink
Note about release tag [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jun 12, 2024
1 parent 47b8961 commit bb44437
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,13 @@ jobs:
${HOME}/qt_local_build/sqlcipher_linux_x86_64
- name: Work out tag
# TODO: This seems to be ignored and instead the release gets
# called untagged-<some hash>
if: matrix.os == 'ubuntu-22.04'
id: vars
run: |
set -eux -o pipefail
echo "tag=qt_${GITHUB_SHA}" >> "${GITHUB_OUTPUT}"
echo "tag=qt_${GITHUB_SHA}" >> $GITHUB_OUTPUT
- name: Release Qt
if: matrix.os == 'ubuntu-22.04'
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit bb44437

Please sign in to comment.