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 c571f7f commit ee485c1Copy full SHA for ee485c1
.github/workflows/work.yaml
@@ -74,8 +74,7 @@ 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
+ export TAG=${{ steps.tag_version.outputs.new_tag }}"
79
./update-manifest.sh
80
working-directory: ./platform/constants
81
- name: Check manifest file
0 commit comments