Skip to content

Commit

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

chore: added missing bracket
  • Loading branch information
mebo4b authored Nov 11, 2020
2 parents a43531b + ecaa937 commit 2cd4e84
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: set env
run: echo "BRANCH=$(echo -n "${GITHUB_REF#refs/heads/}" >> $GITHUB_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 2cd4e84

Please sign in to comment.