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