Skip to content

Update zio, zio-streams, zio-test, ... from 2.0.22 to 2.1.1 (#600) #368

Update zio, zio-streams, zio-test, ... from 2.0.22 to 2.1.1 (#600)

Update zio, zio-streams, zio-test, ... from 2.0.22 to 2.1.1 (#600) #368

Workflow file for this run

name: Release
on:
push:
branches: ['master']
tags:
- 'v1.*'
- 'v2.*'
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: "[email protected]"
- uses: olafurpg/setup-gpg@v3
- 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 }}