Skip to content

Update zio, zio-test, zio-test-magnolia, ... to 2.1.24 #145

Update zio, zio-test, zio-test-magnolia, ... to 2.1.24

Update zio, zio-test, zio-test-magnolia, ... to 2.1.24 #145

Workflow file for this run

name: Release
on:
push:
branches:
- master
tags: [ "*" ]
pull_request:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: sbt
- uses: sbt/setup-sbt@v1
- uses: coursier/cache-action@v6
- name: Release artifacts
run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}