Skip to content

Commit

Permalink
prepare for BW 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Jul 22, 2024
1 parent 7e5bc4d commit 2a6cc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get BW tag
run: |
if [ "$GITHUB_REF" = "refs/heads/main" ] ; then
echo "BW_TAG=1.5.8" >> $GITHUB_ENV
echo "BW_TAG=1.5.9" >> $GITHUB_ENV
else
echo "BW_TAG=dev" >> $GITHUB_ENV
fi
Expand Down Expand Up @@ -57,5 +57,5 @@ jobs:
VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}

- name: Build and push APIs
if: env.BW_TAG == '1.5.8'
if: env.BW_TAG == '1.5.9'
run: ./.tests/build-push.sh "${{ env.BW_TAG }}"

0 comments on commit 2a6cc19

Please sign in to comment.