Skip to content

Commit

Permalink
[7.17] Update unified release to use envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Apr 13, 2022
1 parent 7fba608 commit 9faf95f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/unified-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ jobs:
assemble:
name: Assemble
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
stack_version: ['7.x-SNAPSHOT']

env:
STACK_VERSION: 7.17-SNAPSHOT
steps:
- name: Checkout
uses: actions/checkout@v2
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}"
name: Assemble ${{ matrix.stack_version }}
- name: "Assemble ${{ env.STACK_VERSION }}"
run: "./.ci/make.sh assemble ${{ env.STACK_VERSION }}"

0 comments on commit 9faf95f

Please sign in to comment.