mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Merge pull request #62 from wagoid/ci/replace-set-env-with-new-method
ci: replace set-env calls with $GITHUB_ENV file
This commit is contained in:
commit
4de4b89ad9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Set VERSION env var
|
||||
run: |
|
||||
version=`node -p "require('./package.json').version"`
|
||||
echo "::set-env name=VERSION::$version"
|
||||
echo "VERSION=$version" >> $GITHUB_ENV
|
||||
- name: Login to docker registry
|
||||
env:
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue