Skip to content

Commit

Permalink
Merge pull request #56 from CaritasDeutschland/feature-remove-depreca…
Browse files Browse the repository at this point in the history
…ted-set-env

Feature remove deprecated set env
  • Loading branch information
mebo4b authored Nov 10, 2020
2 parents 0bde459 + a812d69 commit a43531b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
if: "!contains(github.event.head_commit.author, '[email protected]')"
runs-on: ubuntu-latest
steps:
- run: echo ::set-env name=BRANCH::$(echo -n "${GITHUB_REF#refs/heads/}")
- name: set env
run: echo "BRANCH=$(echo -n "${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit a43531b

Please sign in to comment.