We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dcd91 commit dbf1650Copy full SHA for dbf1650
1 file changed
.github/ojobs/replaceVersion.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Check tag version
26
exec: |
27
args.tagVersion = $from(
28
- $sh("gh api repos/openaf/ojob-action/releases").getJson(0).stdout
+ $sh("gh api repos/openaf/action-setup/releases").getJson(0).stdout
29
)
30
.sort("-published_at")
31
.at(0)
@@ -61,4 +61,4 @@ jobs:
61
- (template ): "{{{$t output this}}}"
62
((key )): args
63
((tpath )): output
64
- #((outputFile)): README.md
+ #((outputFile)): README.md
0 commit comments