Skip to content

Commit

Permalink
chore: added missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
mobo4b committed Nov 10, 2020
1 parent a812d69 commit ecaa937
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 ecaa937

Please sign in to comment.