We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a178a5 commit 31d89f4Copy full SHA for 31d89f4
1 file changed
.github/workflows/release-appimage.yaml
@@ -154,9 +154,7 @@ jobs:
154
working-directory: cloudini_foxglove
155
run: npm ci
156
157
- # Sync the extension version to the release tag so the packaged .foxe
158
- # filename and its embedded package.json version always match the tag.
159
- # Skipped on manual (workflow_dispatch) runs where VERSION is "latest".
+ # Set the extension version from the tag
160
- name: Set extension version from tag
161
if: github.event_name == 'push'
162
0 commit comments