Skip to content

Commit

Permalink
Merge pull request #8 from yetanalytics/fix-license
Browse files Browse the repository at this point in the history
Update action-deploy-clojars to address POM license issue
  • Loading branch information
kelvinqian00 authored Feb 20, 2024
2 parents 8e710d3 + 0f2ad34 commit 7aae010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT

- name: Build and deploy to Clojars
uses: yetanalytics/actions/deploy-clojars@v0.0.4
uses: yetanalytics/action-deploy-clojars@v1
with:
artifact-id: 'flint-jena'
resource-dirs: '[]'
Expand Down

0 comments on commit 7aae010

Please sign in to comment.