Skip to content

Commit

Permalink
Remove need condition in github action (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: yuvraj <[email protected]>
  • Loading branch information
yindia authored Mar 15, 2021
1 parent 5894f50 commit 95ac367
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flyteidl/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
bump-version:
name: Bump Version
runs-on: ubuntu-latest
needs: build-docker # Only to ensure it can successfully build
outputs:
version: ${{ steps.bump-version.outputs.tag }}
steps:
Expand Down Expand Up @@ -42,4 +41,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}

0 comments on commit 95ac367

Please sign in to comment.