Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naku committed Nov 25, 2024
1 parent edbfd85 commit 7d55b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: get_version
run: |
value=`grep -oP 'docker \K[\d\.]*' conf/dependencies.yml`
echo "VERSION=$value" >> $GITHUB_OUTPUT
echo "VERSION=$value" >> $GITHUB_ENV
- name: Setup Python
uses: LizardByte/setup-python-action@master
with:
Expand All @@ -24,6 +24,7 @@ jobs:
env:
PLAY_VERSION: 1.5.3
run: |
echo VERSION=$VERSION
wget -nv http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip
unzip -q play-${PLAY_VERSION}.zip
play-${PLAY_VERSION}/play deps --sync
Expand Down

0 comments on commit 7d55b8a

Please sign in to comment.