Skip to content

Commit fe4b599

Browse files
committed
Use action-deploy-clojars
1 parent 33ad013 commit fe4b599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT
2222

2323
- name: Build and deploy to Clojars
24-
uses: yetanalytics/actions/deploy-clojars@v0.0.4
24+
uses: yetanalytics/actions-deploy-clojars@v1
2525
with:
2626
artifact-id: 'project-persephone'
2727
version: ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)