mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
ci: Update release workflow
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: Release
|
||||
|
||||
# Adapted from https://github.com/taiki-e/github-actions/blob/HEAD/.github/workflows/action-release.yml.
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -434,7 +436,6 @@ jobs:
|
||||
changelog: CHANGELOG.md
|
||||
title: $version
|
||||
branch: main
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ref: refs/tags/${{ needs.prepare.outputs.tag }}
|
||||
|
||||
release-manifest-schema:
|
||||
|
||||
Reference in New Issue
Block a user