Skip to content

Commit

Permalink
Update Yet actions to v2 in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Sep 24, 2024
1 parent b3430b9 commit 5de013f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
uses: actions/checkout@v4

- name: Setup CD Environment
uses: yetanalytics/action-setup-env@v1
uses: yetanalytics/action-setup-env@v2

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

- name: Build and deploy to Clojars
uses: yetanalytics/action-deploy-clojars@v1.2.0
uses: yetanalytics/action-deploy-clojars@v2
with:
artifact-id: 'lrs'
resource-dirs: '["resources"]'
Expand Down

0 comments on commit 5de013f

Please sign in to comment.