Skip to content

Commit

Permalink
Adjust CI workflow to test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jun 30, 2023
1 parent 5958a80 commit 96f5a4f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
- name: Test deployment
uses: yetanalytics/action-deploy-clojars@v1
with:
artifact-id: 'actions'
artifact-id: 'action-deploy-clojars'
version: 'LATEST'
resource-dirs: '[]'
publish: 'false'
# We're not actually publishing to Clojars so use dummy values
clojars-username: 'foo'
clojars-deploy-token: 'bar'
publish: 'true'
clojars-username: ${{ secrets.CLOJARS_USERNAME }}
clojars-deploy-token: ${{ secrets.CLOJARS_PASSWORD }}

0 comments on commit 96f5a4f

Please sign in to comment.