Skip to content

Commit

Permalink
temporarily add -Preckon.scope=major in order to come to 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: klehner <[email protected]>
  • Loading branch information
klu2 committed Aug 28, 2023
1 parent bed88bc commit 8b168bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Retrieve module version from Reckon
run: echo "VERSION_NAME=$(${{github.workspace}}/gradlew -q clfPrintVersion -Preckon.stage=${{ inputs.stage }})" >> $GITHUB_OUTPUT
run: echo "VERSION_NAME=$(${{github.workspace}}/gradlew -q clfPrintVersion -Preckon.scope=major -Preckon.stage=${{ inputs.stage }})" >> $GITHUB_OUTPUT
id: retrieve_version
- name: Publish module version to Github Step Summary
run: |
echo "# ${{steps.retrieve_version.outputs.VERSION_NAME}}" >> $GITHUB_STEP_SUMMARY
- name: Publish Plugin + Create Tag
uses: gradle/gradle-build-action@v2
with:
arguments: check reckonTagPush publishPlugin -Preckon.stage=${{ inputs.stage }}
arguments: check reckonTagPush publishPlugin -Preckon.stage=${{ inputs.stage }} -Preckon.scope=major
cache-read-only: true
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
Expand All @@ -59,4 +59,4 @@ jobs:
name: ${{steps.retrieve_version.outputs.VERSION_NAME}}
tag_name: ${{steps.retrieve_version.outputs.VERSION_NAME}}
generate_release_notes: true
append_body: true
append_body: true

0 comments on commit 8b168bb

Please sign in to comment.