Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
one line
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 18, 2022
1 parent dee9fd0 commit 3074568
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch release version
run: |
curl -H "Authorization: token ${token}" \
-sL https://api.github.com/repos/flux-framework/flux-core/releases/latest
curl -H "Authorization: token ${token}" -sL https://api.github.com/repos/flux-framework/flux-core/releases/latest | \
jq -r ".tag_name" > FLUX_CORE_VERSION
curl -H "Authorization: token ${token}" -sL https://api.github.com/repos/flux-framework/flux-core/releases/latest
curl -H "Authorization: token ${token}" -sL https://api.github.com/repos/flux-framework/flux-core/releases/latest | jq -r ".tag_name" > FLUX_CORE_VERSION
- name: Check for modified files
id: git-check
run: echo ::set-output name=modified::$([ -z "`git status --porcelain`" ] && echo "false" || echo "true")
Expand Down

0 comments on commit 3074568

Please sign in to comment.