Skip to content

Commit 8060adb

Browse files
authored
Update build-test.yml
1 parent f67fab6 commit 8060adb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ jobs:
102102
echo "tag=$TAG" >> $GITHUB_OUTPUT
103103
env:
104104
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
105-
105+
- name: Debug Tag
106+
run: |
107+
echo "Tag will be: ${{ steps.tag.outputs.tag }}"
106108
107109
- name: Upload Release Asset
108110
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)