Skip to content

Commit 26d91ac

Browse files
authored
Fix release build workflow
1 parent 2590282 commit 26d91ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Read URL
7777
id: url
78-
uses: juliangruber/read-file-action@1.1.7
78+
uses: juliangruber/read-file-action@v1.1.7
7979
with:
8080
path: upload_url.txt
8181

@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Read URL
151151
id: url
152-
uses: juliangruber/read-file-action@1.1.7
152+
uses: juliangruber/read-file-action@v1.1.7
153153
with:
154154
path: upload_url.txt
155155

@@ -238,7 +238,7 @@ jobs:
238238

239239
- name: Read URL
240240
id: url
241-
uses: juliangruber/read-file-action@1.1.7
241+
uses: juliangruber/read-file-action@v1.1.7
242242
with:
243243
path: upload_url.txt
244244

0 commit comments

Comments
 (0)