Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffcaseyyet committed Jul 16, 2024
1 parent 495a5e8 commit 29ed3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Extract version
id: version
run: echo version=${GITHUB_REFrefs\/tags\/v} >> $GITHUB_OUTPUT
run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT

- name: Build and deploy to Clojars
uses: yetanalytics/action-deploy-clojars@v1
Expand Down

0 comments on commit 29ed3ee

Please sign in to comment.