Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
👷 Replace deprecated set-env in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz authored Feb 11, 2021
1 parent 1c43561 commit 6cda8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@master
- name: Get release version
id: get_version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
run: echo RELEASE_VERSION=$(echo ${GITHUB_REF:10}) >> $GITHUB_ENV
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand Down

0 comments on commit 6cda8f5

Please sign in to comment.