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 ae6967b commit f96f889Copy full SHA for f96f889
.github/workflows/publish-edge.yml
@@ -41,7 +41,7 @@ jobs:
41
if: ${{ github.event.inputs.version == '' }}
42
run: |
43
git fetch --tags
44
- EDGE_COMMIT=$(git rev-list -n 1 v0.0.1)
+ EDGE_COMMIT=$(git rev-list -n 1 edge)
45
EDGE_TAGS=$(printf "%s," $(git tag --contains $EDGE_COMMIT))
46
EDGE_TAGS=${EDGE_TAGS%,}
47
echo "edge_tags=$EDGE_TAGS" >> "$GITHUB_OUTPUT"
0 commit comments