Skip to content

Commit 7e0eefe

Browse files
Typo fix in CI script
1 parent 5d7ff8e commit 7e0eefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-to-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
json=$(find ./package/versions -name package_rp2040_index.json)
3838
log=$(find ./package/versions -name package_rp2040_index.log)
3939
zip=$(find ./package/versions -name rp2040*zip)
40-
tag=$(find ./package/versions -name package_rp2040_index.tag -exec cat \{\} \;)git describe --exact-match --tags)
40+
tag=$(find ./package/versions -name package_rp2040_index.tag -exec cat \{\} \;)
4141
python3 ./package/upload_release.py --user "$GITHUB_ACTOR" --repo "$GITHUB_REPOSITORY" --token "$CI_GITHUB_API_KEY" --tag "$tag" --name "Release $tag" --msg "@$log" "$zip" "$json"

0 commit comments

Comments
 (0)