Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed May 1, 2024
1 parent cd4b133 commit b2817c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: crazy-max/ghaction-github-runtime@v3
- name: test build
run: |
if [ "${{ matrix.tag }} == "latest" ]; then
if [ "${{ matrix.tag }}" == "latest" ]; then
TAG="$(jq '.r_version[0]' -r build/matrix/latest.json)"
else
TAG="${{ matrix.tag }}"
Expand Down

0 comments on commit b2817c8

Please sign in to comment.