Skip to content

Merge pull request #539 from profunktor/update/scala-library-2.13.17 #423

Merge pull request #539 from profunktor/update/scala-library-2.13.17

Merge pull request #539 from profunktor/update/scala-library-2.13.17 #423

Workflow file for this run

name: Release
on:
push:
branches:
- series/2.x
tags:
- "*"
jobs:
build:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0 # fetch all branches & tags
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v31.2.0
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v16
with:
name: profunktor
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: "Publish ${{ github.ref }} 🚀"
env:
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"
PGP_SECRET: "${{ secrets.PGP_SECRET }}"
SONATYPE_PASSWORD: "${{ secrets.SONATYPE_PASSWORD }}"
SONATYPE_USERNAME: "${{ secrets.SONATYPE_USERNAME }}"
run: nix run .#sbt -- ci-release