We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ad013 commit fe4b599Copy full SHA for fe4b599
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT
22
23
- name: Build and deploy to Clojars
24
- uses: yetanalytics/actions/deploy-clojars@v0.0.4
+ uses: yetanalytics/actions-deploy-clojars@v1
25
with:
26
artifact-id: 'project-persephone'
27
version: ${{ steps.version.outputs.version }}
0 commit comments