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 e1712e8 commit 8906f80Copy full SHA for 8906f80
.github/workflows/work.yaml
@@ -74,6 +74,8 @@ jobs:
74
- name: Add Tag to Release
75
run: |
76
echo "new_tag=${{ steps.tag_version.outputs.new_tag }}" >> "$GITHUB_OUTPUT"
77
+ export TAG=$GITHUB_OUTPUT
78
+ ls
79
./update-manifest.sh
80
working-directory: ./platform
81
- name: Check manifest file
0 commit comments