File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33set -e
4- sbt ++2.13.4 ci-release
4+ sbt ++2.13.8 ci-release
Original file line number Diff line number Diff line change 1- name : release
1+ name : Release
22on :
33 push :
4- branches :
5- - master
4+ branches : [master]
65 tags : ["*"]
76jobs :
87 publish :
9- runs-on : ubuntu-latest
8+ runs-on : ubuntu-20.04
109 steps :
11- - uses : actions/checkout@v2
12- - uses : olafurpg/setup-scala@v10
13- - uses : olafurpg/setup-gpg@v3
14- - name : Publish ${{ github.ref }}
15- run : |
16- ./.github/scripts/release.sh
10+ 11+ with :
12+ fetch-depth : 0
13+ - uses : olafurpg/setup-scala@v13
14+ - run : sbt ci-release
1715 env :
1816 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
1917 PGP_SECRET : ${{ secrets.PGP_SECRET }}
2018 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
21- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
19+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
You can’t perform that action at this time.
0 commit comments