mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 01:10:17 +00:00
fix dependabot and release assets upload
This commit is contained in:
2
.github/dependabot.yaml
vendored
2
.github/dependabot.yaml
vendored
@@ -26,5 +26,3 @@ updates:
|
||||
cargo-dev-updates:
|
||||
dependency-type: development
|
||||
applies-to: version-updates
|
||||
exclude-paths:
|
||||
- "deps/**"
|
||||
|
||||
@@ -18,4 +18,4 @@ fi
|
||||
|
||||
cd target/assemble
|
||||
|
||||
retry gh release upload "${TAG}" --clobber ./*
|
||||
retry gh release upload "${RELEASE_TAG}" --clobber ./*
|
||||
|
||||
Reference in New Issue
Block a user