Skip to content

Commit

Permalink
The command set-env is deprecated in favour of GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
gguridi committed Nov 30, 2021
1 parent b5d5372 commit 5eef064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: "0"
- name: Set release version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 5eef064

Please sign in to comment.