Skip to content

Commit

Permalink
Merge tag 'v2.1.3'
Browse files Browse the repository at this point in the history
v2.1.3
  • Loading branch information
alexarchambault committed Sep 13, 2023
2 parents 1bdfe2b + 59a6705 commit d5e4acc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,7 +24,6 @@ jobs:
run: sbt sbt-shading/scripted

publish:
needs: test
if: github.event_name == 'push' && github.repository == 'coursier/sbt-shading'
runs-on: ubuntu-latest
steps:
Expand All @@ -37,6 +36,9 @@ jobs:
with:
jvm: 8
apps: sbt
- run: .github/scripts/gpg-setup.sh
env:
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
- name: Release
run: sbt ci-release
env:
Expand Down

0 comments on commit d5e4acc

Please sign in to comment.