Skip to content

Commit 92b1db9

Browse files
committed
Update build-release.yml
1 parent a128a5c commit 92b1db9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,19 @@ jobs:
8888
permissions:
8989
contents: write
9090
steps:
91+
- name: Read Gradle Properties
92+
uses: BrycensRanch/read-properties-action@v1.0.4
93+
id: all
94+
with:
95+
file: gradle.properties
96+
all: true
97+
9198
- name: Create release
9299
env:
93100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94101
tag: ${{ steps.all.outputs.modVersion }}
95102
run: |
96103
gh release create "${{ steps.all.outputs.modVersion }}" \
97-
--repo="$GITHUB_REPOSITORY" \
98104
--title="Lambda ${{ steps.all.outputs.modVersion }} ${{ github.event.inputs.title }}" \
99105
--notes="${{ github.event.inputs.description }}" \
100106
$( [ "${{ github.event.inputs.prerelease }}" = "true" ] && echo "--prerelease" )

0 commit comments

Comments
 (0)