Skip to content

Commit

Permalink
ci: fix SDK publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Oct 27, 2021
1 parent 3d2c7f9 commit 91671cd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ on:
push:
tags:
- v*
- 'v3.2.*'
- 'v3.1.*'
branches:
- dev-*
- master
jobs:
sdk:
if: github.repository == 'argoproj/argo-workflows'
Expand All @@ -22,9 +20,3 @@ jobs:
- run: make --directory sdks/${{matrix.name}} publish -B
env:
JAVA_SDK_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- uses: peter-evans/create-pull-request@v3
with:
title: 'chore: updated ${{matrix.name}} SDK'
commit-message: 'chore: updated ${{matrix.name}} SDK'
branch: create-pull-request/sdk/${{matrix.name}}
signoff: true

0 comments on commit 91671cd

Please sign in to comment.