mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
releaser: use GitHub CLI by default; remove option 'use-gh-cli'
This commit is contained in:
4
.github/workflows/TestReleaser.yml
vendored
4
.github/workflows/TestReleaser.yml
vendored
@@ -77,7 +77,6 @@ jobs:
|
||||
uses: ./releaser/composite
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
use-gh-cli: true
|
||||
files: |
|
||||
artifact-*.txt
|
||||
README.md
|
||||
@@ -138,7 +137,6 @@ jobs:
|
||||
uses: ./releaser
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
use-gh-cli: true
|
||||
files: |
|
||||
artifact-*.txt
|
||||
README.md
|
||||
@@ -176,5 +174,3 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: artifacts/**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user