Skip to content

Commit e72975a

Browse files
Update tag-to-draft-release.yml
1 parent 099b703 commit e72975a

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
@@ -36,4 +36,4 @@ jobs:
3636
json=$(find ./package/versions -name package_rp2040_index.json)
3737
log=$(find ./package/versions -name package_rp2040_index.log)
3838
zip=$(find ./package/versions -name rp2040*zip)
39-
python3 ./package/upload_release.py --user "$GITHUB_ACTOR" --repo "$GITHUB_REPOSITORY" --token "$CI_GITHUB_API_KEY" --tag "$(git describe --exact-match --tags)" --name "Release $TRAVIS_TAG" --msg "@$json" "$zip" "$json"
39+
python3 ./package/upload_release.py --user "$GITHUB_ACTOR" --repo "$GITHUB_REPOSITORY" --token "$CI_GITHUB_API_KEY" --tag "$(git describe --exact-match --tags)" --name "Release $TRAVIS_TAG" --msg "@$log" "$zip" "$json"

0 commit comments

Comments
 (0)