Skip to content

Commit 20aecf9

Browse files
authored
use GITHUB_OUTPUT (#99)
Committed via https://github.com/asottile/all-repos
1 parent a6100e1 commit 20aecf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: 3.8
4646
- name: Set output
4747
id: vars
48-
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
48+
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
4949
- name: conda setup
5050
run: |
5151
conda config --set always_yes True

0 commit comments

Comments
 (0)