mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -183,7 +183,7 @@ jobs:
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const createReleaseTag = async (client: github.GitHub, refInfo: Octokit.GitCreateRefParams) => {
|
||||
const createReleaseTag = async (client, refInfo) => {
|
||||
core.startGroup('Generating release tag');
|
||||
const friendlyTagName = refInfo.ref.substring(10); // 'refs/tags/latest' => 'latest'
|
||||
core.info(`Attempting to create or update release tag "${friendlyTagName}"`);
|
||||
|
||||
Reference in New Issue
Block a user