Skip to content

Commit 4d0e548

Browse files
committed
Update to action-deploy-clojars
1 parent 57b7213 commit 4d0e548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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/action-deploy-clojars@v1
2525
with:
2626
artifact-id: 'xapi-schema'
2727
src-dirs: '["src"]'

0 commit comments

Comments
 (0)