Skip to content

Commit

Permalink
ci: action block set-env with new style for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Dec 1, 2020
1 parent b28ebe1 commit 498d053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: [3.6, 3.7, 3.8]
steps:
- name: Set CI_COMMIT_TAG Env
run: echo ::set-env name=CI_COMMIT_TAG::${GITHUB_REF#refs/*/}
run: echo "CI_COMMIT_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- uses: actions/checkout@v2
with:
submodules: 'recursive'
Expand Down

0 comments on commit 498d053

Please sign in to comment.