Skip to content

Commit

Permalink
Merge pull request #87 from yetanalytics/update-actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
kelvinqian00 authored Sep 24, 2024
2 parents a1386be + d29e375 commit f045cdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup CD Environment
uses: yetanalytics/actions/setup-env@v0.0.4
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/actions/deploy-clojars@v0.0.4
uses: yetanalytics/action-deploy-clojars@v2
with:
artifact-id: 'xapi-schema'
src-dirs: '["src"]'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup CI environment
uses: yetanalytics/actions/setup-env@v0.0.4
uses: yetanalytics/action-setup-env@v2

- name: Execute Clojure Tests
run: clojure -A:dev -m xapi-schema.runner
Expand Down

0 comments on commit f045cdb

Please sign in to comment.