Skip to content

Commit

Permalink
Add extra params for hybrid flow (commit-hast, build-version)
Browse files Browse the repository at this point in the history
+bump template version to v2.1
  • Loading branch information
octopusden authored Jun 2, 2023
1 parent 2b54508 commit 7dd8836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on: workflow_dispatch

jobs:
build:
uses: octopusden/octopus-base/.github/workflows/common-java-gradle-release.yml@v2.0
uses: octopusden/octopus-base/.github/workflows/common-java-gradle-release.yml@v2.1
with:
flow-type: hybrid
java-version: '11'
commit-hash: ${{ github.event.client_payload.commit }}
build-version: ${{ github.event.client_payload.project_version }}
secrets: inherit

0 comments on commit 7dd8836

Please sign in to comment.