Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Aug 23, 2020
1 parent abadce8 commit 4b87c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git checkout -B ${{ steps.decide_release_branch.outputs.branch }}
git config --global user.email "[email protected]"
git config --global user.name "ALICE Action Bot"
git push --set-upstream origin ${{ github.event.inputs.branch }}
git push --set-upstream origin ${{ steps.decide_release_branch.outputs.branch }}
git tag ${{ github.event.inputs.tag }}
git push --set-upstream origin ${{ github.event.inputs.tag }}
- name: Create Release
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
set -x
echo ${{secrets.PASS}} | kinit ${{secrets.PRINCIPAL}}
curl -X POST -k --negotiate -u : ${{secrets.API_URL}} -H 'Content-Type: application/x-www-form-urlencoded' \
-d "ALIDIST_SLUG=alisw/alidist@AliPhysics-${{ github.event.inputs.tag }}&OVERRIDE_TAGS=AliRoot=${{ github.event.inputs.aliroot_tag }}%20AliPhysics=${{ github.event.inputs.tag }}"
-d "ALIDIST_SLUG=alisw/alidist@AliPhysics-${{ github.event.inputs.tag }}&OVERRIDE_TAGS=AliRoot=${{ steps.decide_release_branch.outputs.aliroot_tag }}%20AliPhysics=${{ github.event.inputs.tag }}"
klist
kdestroy

0 comments on commit 4b87c87

Please sign in to comment.