Skip to content

Commit

Permalink
Change URL output job name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebra committed Mar 5, 2024
1 parent 1b3a39b commit 8b93b55
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
outputs:
CANDIDATE_BRANCH: ${{ steps.candidate-branch.outputs.BRANCH }}
CANDIDATE_COMMIT: ${{ steps.fetch.outputs.LATEST_CANDIDATE_COMMIT }}
URL: ${{ steps.candidate-branch.outputs.URL }}
URL: ${{ steps.update.outputs.URL }}

steps:
- name: Check out code
Expand Down Expand Up @@ -78,6 +78,7 @@ jobs:
git push origin refs/tags/release-candidate --force
- name: Update release candidate
id: update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
Expand Down

0 comments on commit 8b93b55

Please sign in to comment.