Skip to content

Commit 7bd5e06

Browse files
committed
ci: fix ci warnings
1 parent 160f548 commit 7bd5e06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: GoogleCloudPlatform/release-please-action@v4
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
23-
command: manifest
2423

2524
- id: transform
2625
name: Massage output
@@ -33,7 +32,7 @@ jobs:
3332
echo "ANY: $ANY"
3433
echo "TAG_NAME: '$TAG_NAME'"
3534
echo "UPLOAD_URL: '$UPLOAD_URL'"
36-
echo "::set-output name=any::$ANY"
35+
echo "any=$ANY" >> $GITHUB_OUTPUT
3736
3837
- name: Print outputs
3938
env:

0 commit comments

Comments
 (0)