Skip to content

Commit

Permalink
ci(revert): test
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Jul 20, 2023
1 parent 8f037f2 commit 680d25f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ jobs:
run: ./millw __.test

- name: Setup GPG secrets for publish
if: github.event_name != 'pull_request' && github.event_name == 'push' && ((startsWith(github.ref, 'refs/tags/')) || github.ref == 'refs/heads/main')
run: |
gpg --version
cat <(echo "${{ secrets.GPG_SECRET_KEY }}") | base64 --decode | gpg --batch --import
- name: Publish to Nexus Repository
if: github.event_name != 'pull_request' && github.event_name == 'push' && ((startsWith(github.ref, 'refs/tags/')) || github.ref == 'refs/heads/main')
run: |
./millw mill.scalalib.PublishModule/publishAll \
__.publishArtifacts \
Expand Down

0 comments on commit 680d25f

Please sign in to comment.