Skip to content

Update zio-prelude from 1.0.0-RC27 to 1.0.0-RC31 (#629) #386

Update zio-prelude from 1.0.0-RC27 to 1.0.0-RC31 (#629)

Update zio-prelude from 1.0.0-RC27 to 1.0.0-RC31 (#629) #386

Workflow file for this run

name: Release
on:
push:
branches: ['master']
tags:
- 'v1.*'
- 'v2.*'
- 'v3.*'
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 }}