Skip to content

Commit dbf1650

Browse files
authored
Update replaceVersion.yaml
1 parent 01dcd91 commit dbf1650

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ojobs/replaceVersion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check tag version
2626
exec: |
2727
args.tagVersion = $from(
28-
$sh("gh api repos/openaf/ojob-action/releases").getJson(0).stdout
28+
$sh("gh api repos/openaf/action-setup/releases").getJson(0).stdout
2929
)
3030
.sort("-published_at")
3131
.at(0)
@@ -61,4 +61,4 @@ jobs:
6161
- (template ): "{{{$t output this}}}"
6262
((key )): args
6363
((tpath )): output
64-
#((outputFile)): README.md
64+
#((outputFile)): README.md

0 commit comments

Comments
 (0)