Skip to content

Commit

Permalink
Update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 10, 2024
1 parent 1171078 commit 5f60e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pass-complete-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.JAVA_RELEASE_PAT }}

- name: Check for tags
- name: Check for Release tags
run: |
(cd main && echo "MAIN_TAG_EXISTS=$(git tag -l "$RELEASE")" >> $GITHUB_ENV)
(cd combined/pass-core && echo "PASS_CORE_TAG_EXISTS=$(git tag -l "$RELEASE")" >> $GITHUB_ENV)
Expand Down

0 comments on commit 5f60e51

Please sign in to comment.