Skip to content

Update pulsar-client to 3.1.1 (#411) #373

Update pulsar-client to 3.1.1 (#411)

Update pulsar-client to 3.1.1 (#411) #373

Workflow file for this run

name: Release
on:
push:
branches:
- master
tags:
- "*"
jobs:
build:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
with:
fetch-depth: 0 # fetch all branches & tags
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
with:
name: neutron
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- 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-shell --run "sbt ci-release"