Skip to content

Commit

Permalink
Readd make
Browse files Browse the repository at this point in the history
  • Loading branch information
agilelab-tmnd1991 committed Feb 8, 2024
1 parent 8f9d3f7 commit b97f8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: zulu:8.0.402
- run: ./publish.sh
- run: ./make.sh && ./publish.sh
env:
SBT_NATIVE_CLIENT: false
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down
3 changes: 1 addition & 2 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
export CI_RELEASE='+publishSigned;+darwin-hbase2-connector/publishSigned'
export CI_SNAPSHOT_RELEASE='+publishSigned;+darwin-hbase2-connector/publishSigned'
export CI_SNAPSHOT_RELEASE='+publish;+darwin-hbase2-connector/publish'
sbt -v ci-release
gpg --list-keys

0 comments on commit b97f8a0

Please sign in to comment.