Skip to content

Commit dca3e48

Browse files
committed
use non deprecated output file
1 parent 5a84ce1 commit dca3e48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757

5858
- name: Set published state
5959
id: set-published-state
60-
run: |
61-
echo "::set-output name=published::$published"
60+
run: echo "published=$published" >> $GITHUB_OUTPUT
6261

6362
notify-release:
6463
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)