Skip to content

Commit 0432cb6

Browse files
committed
CI: release tag output variable propagation
Looks like there was a typo.
1 parent 2baac6a commit 0432cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173

174174
Release:
175175
needs: [ AppImageBuild ]
176-
if: needs.TagIfNeeded.release_tag != ''
176+
if: needs.TagIfNeeded.RELEASE_TAG != ''
177177
runs-on: ubuntu-latest
178178
name: Create Release
179179
steps:
@@ -182,6 +182,6 @@ jobs:
182182
with:
183183
repo_token: ${{ secrets.GITHUB_TOKEN }}
184184
file: artifact/timg-*.AppImage
185-
tag: ${{ needs.TagIfNeeded.release_tag }}
185+
tag: ${{ needs.TagIfNeeded.RELEASE_TAG }}
186186
overwrite: true
187187
file_glob: true

0 commit comments

Comments
 (0)