Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjayswal authored Dec 12, 2022
1 parent c67743d commit 622bb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
ant -noinput -buildfile build.xml tag-release-all -Dskip.download=false -D"release.num=${{ github.event.inputs.version }}.${{ github.event.inputs.build }}" -D"ivy.revision=${{ github.event.inputs.version }}.${{ github.event.inputs.build }}"
env:
GITHUB_TOKEN: ${{secrets.QAF_ALL_BUILD_TOKEN}}
GITHUB_TOKEN: ${{secrets.GIT_TOKEN}}

0 comments on commit 622bb5e

Please sign in to comment.