Skip to content

Commit 7aae010

Browse files
authored
Merge pull request #8 from yetanalytics/fix-license
Update action-deploy-clojars to address POM license issue
2 parents 8e710d3 + 0f2ad34 commit 7aae010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: 'flint-jena'
2727
resource-dirs: '[]'

0 commit comments

Comments
 (0)