Skip to content

Commit ee485c1

Browse files
committed
feat: add taggs to manifest file
1 parent c571f7f commit ee485c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/work.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ 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
77+
export TAG=${{ steps.tag_version.outputs.new_tag }}"
7978
./update-manifest.sh
8079
working-directory: ./platform/constants
8180
- name: Check manifest file

0 commit comments

Comments
 (0)