Skip to content

Commit 2d1bae5

Browse files
committed
bug fix
1 parent c8e99c4 commit 2d1bae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Create fake plugin metadata
146146
id: create-fake-metadata
147147
run: |
148-
tmpfile=$(mktemp)
148+
tmpfile=$(mktemp -d)
149149
sed 's/>=10.4.0/\^11.x/g' src/plugin.json > $tmpfile/plugin.json
150150
echo "fake_plugin_dir=$tmpfile" >> $GITHUB_OUTPUT
151151
- name: Resolve Grafana E2E versions

0 commit comments

Comments
 (0)