更新 .gitea/workflows/master.yaml
This commit is contained in:
@@ -25,6 +25,6 @@ jobs:
|
|||||||
- name: Publishing Release
|
- name: Publishing Release
|
||||||
uses: akkuman/gitea-release-action@${{ vars.ACTION_GITEA_RELEASE_VERSION }}
|
uses: akkuman/gitea-release-action@${{ vars.ACTION_GITEA_RELEASE_VERSION }}
|
||||||
with:
|
with:
|
||||||
name: "${{ gitea.event.repository.name }} v$VERSION"
|
name: "${{ gitea.event.repository.name }} v${{ env.VERSION }}"
|
||||||
tag_name: "v$VERSION"
|
tag_name: "v${{ env.VERSION }}"
|
||||||
target_commitish: ${{ gitea.sha }}
|
target_commitish: ${{ gitea.sha }}
|
||||||
Reference in New Issue
Block a user