mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-02-04 02:57:41 +00:00
fix
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Extract Version
|
||||
id: version
|
||||
run: |
|
||||
VERSION=$(grep "^version" build.gradle | head -n 1 | cut -d\' -f2)
|
||||
VERSION="$(./gradlew -q properties | sed -n 's/^version: //p' | head -n 1)"
|
||||
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Remove Existing Release
|
||||
|
||||
Reference in New Issue
Block a user