Skip to content

Update sbt to 1.10.4 (#238) #187

Update sbt to 1.10.4 (#238)

Update sbt to 1.10.4 (#238) #187

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
CI:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '11'
cache: sbt
- name: CI
run: |
LAST_TEAMCITY_BUILD=6410
export GITHUB_RUN_NUMBER=$(( $GITHUB_RUN_NUMBER + $LAST_TEAMCITY_BUILD ))
sbt riffRaffUpload