attempt snapshot deploy
This commit is contained in:
parent
fa820cfbdb
commit
92f838b915
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test-and-snapshot.yml
vendored
7
.github/workflows/test-and-snapshot.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Clojure CI
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
build-and-snapshot:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -20,6 +20,11 @@ jobs:
|
|||
tools-deps: '1.10.3.986'
|
||||
- name: Run Tests
|
||||
run: clojure -T:build ci :snapshot true
|
||||
- name: Deploy Snapshot
|
||||
run: clojure -T:build deploy :snapshot true
|
||||
env:
|
||||
CLOJARS_PASSWORD: ${{secrets.DEPLOY_TOKEN}}
|
||||
CLOJARS_USERNAME: ${{secrets.DEPLOY_USERNAME}}
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue