Skip to content

Commit

Permalink
Merge pull request ethereum#98 from maticnetwork/jdkanani/linux-ci-en…
Browse files Browse the repository at this point in the history
…v-fix

fix: remove deprecated Github actions set-env
  • Loading branch information
jdkanani authored Dec 8, 2020
2 parents 1725944 + d26decc commit 830777f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linuxpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ jobs:
ruby-version: 2.6

- name: Retrieve release version
run: echo "::set-env name=RELEASE_VERSION::${GITHUB_REF/refs\/tags\/v/}"
run: |
echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Build package
run: |
set -x
echo "Release version: ${{ env.RELEASE_VERSION }}"
sudo apt-get -yqq install libpq-dev build-essential
gem install --no-document fpm
fpm --version
Expand Down

0 comments on commit 830777f

Please sign in to comment.