Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Jul 14, 2021
1 parent b2b856e commit af0acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: properties
run: |
path='./gradle.properties'
for property in release-curse-versions release-curse-support release-extra-branch-117 release-curse-versions-117 release-curse-support-117
for property in release-curse-versions release-curse-support release-extra-branch-117 release-curse-versions-117 release-curse-support-117 release-extra-branch-118 release-curse-versions-118 release-curse-support-118
do
result=$(sed -n "/^[[:space:]]*$property[[:space:]]*=[[:space:]]*/s/^[[:space:]]*$property[[:space:]]*=[[:space:]]*//p" "$path")
echo "$property: $result"
Expand Down

0 comments on commit af0acac

Please sign in to comment.