find-latest-tag:GitHub动作

时间:2021-04-30 16:14:54
【文件属性】:
文件名称:find-latest-tag:GitHub动作
文件大小:34KB
文件格式:ZIP
更新时间:2021-04-30 16:14:54
semver github-actions JavaScript 查找最新标签 在GitHub存储库中查找最新标签 例子 steps : - uses : oprypin/find-latest-tag@v1 with : repository : octokit/rest.js # The repository to scan. releases-only : true # We know that all relevant tags have a GitHub release for them. id : octokit # The step ID to refer to later. - run : echo "Octokit is at version ${{ steps.octokit.outputs.tag }}" - uses : actions/checkout@v2 wi
【文件预览】:
find-latest-tag-master
----index.js(2KB)
----package.json(765B)
----.eslintrc.json(3KB)
----.github()
--------workflows()
----action.yml(1021B)
----package-lock.json(92KB)
----LICENSE.md(1KB)
----.gitignore(14B)
----.tools()
--------release.sh(417B)
--------hooks()
--------upgrade.sh(141B)
----README.md(5KB)

网友评论