Skip to content

Commit

Permalink
chore(workflow): fix yaml-cpp update
Browse files Browse the repository at this point in the history
  • Loading branch information
EmixamPP committed Mar 8, 2024
1 parent cf3ae16 commit 81c2ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depend-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
OWNER: jbeder
REPO: yaml
REPO: yaml-cpp
run: |
VERSION=$(gh api "/repos/$OWNER/$REPO/releases/latest" --jq ".tag_name")
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 81c2ec6

Please sign in to comment.