Skip to content

Commit

Permalink
Fix release attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bewee committed Nov 26, 2020
1 parent b92b767 commit 05b17ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
name: upload_url
- name: Set upload_url env var
run: cat upload_url/upload_url
run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
- name: Set env
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF:11})" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
with:
name: upload_url
- name: Set upload_url env var
run: cat upload_url/upload_url
run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
- name: Set env
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF:11})" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down

0 comments on commit 05b17ed

Please sign in to comment.