good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit d26decc9 authored by Jaynti Kanani's avatar Jaynti Kanani
Browse files

fix: remove deprecated github env

parent 1725944e
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.
Please register or to comment