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 05ed845 commit 47b2adaCopy full SHA for 47b2ada
.github/workflows/lbox-publish.yml
@@ -98,7 +98,8 @@ jobs:
98
with:
99
base64-subjects: "${{ env.HASH_VAR }}"
100
upload-assets: true
101
- upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
+ upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
102
+
103
test-build:
104
needs: ['path-filter']
105
if: ${{ needs.path-filter.outputs.lbox == 'true' }}
0 commit comments