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 5d7ff8e commit 7e0eefeCopy full SHA for 7e0eefe
.github/workflows/tag-to-draft-release.yml
@@ -37,5 +37,5 @@ jobs:
37
json=$(find ./package/versions -name package_rp2040_index.json)
38
log=$(find ./package/versions -name package_rp2040_index.log)
39
zip=$(find ./package/versions -name rp2040*zip)
40
- tag=$(find ./package/versions -name package_rp2040_index.tag -exec cat \{\} \;)git describe --exact-match --tags)
+ tag=$(find ./package/versions -name package_rp2040_index.tag -exec cat \{\} \;)
41
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