Skip to content

Commit

Permalink
Update action-deploy-clojars
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Feb 20, 2024
1 parent d8f7ba9 commit 9ee6e3a
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'
resource-dirs: '[]'
Expand Down

0 comments on commit 9ee6e3a

Please sign in to comment.