Skip to content

Commit

Permalink
Update oss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n authored Aug 10, 2022
1 parent 9970fb2 commit d889329
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
name: Publish OSS Conductor release to Maven Central
on:
workflow_dispatch:

inputs:
version:
required: true
jobs:
publish:
runs-on: ubuntu-latest
environment: prod
name: Gradle Build and Publish OSS Conductor Fork
name: Gradle Build and Publish OSS Conductor Main Fork
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -22,7 +24,7 @@ jobs:
java-version: '11'
- name: Publish
run: |
export CONDUCTOR_VERSION=0.0.0.6
export CONDUCTOR_VERSION=${{ github.event.inputs.version }}
echo "CONDUCTOR_VERSION is $CONDUCTOR_VERSION"
echo "Tag to checkout and publish v$CONDUCTOR_VERSION"
git clone -b v$CONDUCTOR_VERSION https://github.com/orkes-io/conductor.git
Expand Down

0 comments on commit d889329

Please sign in to comment.