Skip to content

Commit

Permalink
Update CD-create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Jul 7, 2023
1 parent 738d533 commit fbff545
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/CD-create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
- name: Creating versions
run: |
echo "version=$(grep "version" build.gradle.kts | tail -n 1 | cut -d "=" -f2 | xargs echo )" >> $GITHUB_OUTPUT
Expand All @@ -40,9 +42,12 @@ jobs:
- name: Creating message
run: |
echo "message=${{ inputs.message }}\n\nModified subprojects:\n${{steps.value.outputs.subprojects}}" >> $GITHUB_OUTPUT
id: value
shell: bash
- run: 'echo "${{steps.value.outputs.version}}"'
- name: Verify variables
run: |
echo version "${{steps.value.outputs.version}}
echo tagname "${{steps.value.outputs.tagname}}
echo subprojects "${{steps.value.outputs.subprojects}}
echo message "${{steps.value.outputs.message}}
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: ThetaJars
Expand Down

0 comments on commit fbff545

Please sign in to comment.