Skip to content

Commit

Permalink
Fixed version for different job
Browse files Browse the repository at this point in the history
  • Loading branch information
asafm committed Jan 3, 2021
1 parent 1d063f7 commit 9163ddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
runs-on: ubuntu-latest
needs: [release-github]
steps:
- name: Determine version
run: version=`echo '${{ github.ref }}' | cut -f2 -d 'v'`; echo "::set-output name=VERSION::$version"
id: determine-version
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit 9163ddf

Please sign in to comment.