good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 830777fa authored by Jaynti Kanani's avatar Jaynti Kanani Committed by GitHub
Browse files

Merge pull request #98 from maticnetwork/jdkanani/linux-ci-env-fix

fix: remove deprecated Github actions set-env
parents 1725944e d26decc9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment