Skip to content

Commit 8906f80

Browse files
committed
feat: add taggs to manifest file
1 parent e1712e8 commit 8906f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/work.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
- name: Add Tag to Release
7575
run: |
7676
echo "new_tag=${{ steps.tag_version.outputs.new_tag }}" >> "$GITHUB_OUTPUT"
77+
export TAG=$GITHUB_OUTPUT
78+
ls
7779
./update-manifest.sh
7880
working-directory: ./platform
7981
- name: Check manifest file

0 commit comments

Comments
 (0)