diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65f88b8..d6c51df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: name: "Add release" runs-on: "ubuntu-latest" needs: test - if: ${{ github.ref_type }} == "tag" + if: github.ref_type == 'tag' steps: - uses: actions/checkout@v3 - run: sbt assembly