Skip to content

Commit

Permalink
Release workflow: Update environment assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrandborg authored Aug 30, 2022
1 parent 3ff8341 commit 7909cca
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 @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Set ENV"
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
- name: Set env
run: echo RELEASE_VERSION=${GITHUB_REF#refs/*/} >> $GITHUB_ENV && echo $RELEASE_VERSION
- name: "Install Dependencies"
run: sudo apt-get install zip
- name: "Create ZIP"
Expand Down

0 comments on commit 7909cca

Please sign in to comment.