Skip to content

Commit f96f889

Browse files
committed
try publish-edge for api
1 parent ae6967b commit f96f889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ github.event.inputs.version == '' }}
4242
run: |
4343
git fetch --tags
44-
EDGE_COMMIT=$(git rev-list -n 1 v0.0.1)
44+
EDGE_COMMIT=$(git rev-list -n 1 edge)
4545
EDGE_TAGS=$(printf "%s," $(git tag --contains $EDGE_COMMIT))
4646
EDGE_TAGS=${EDGE_TAGS%,}
4747
echo "edge_tags=$EDGE_TAGS" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)