Skip to content

Commit

Permalink
how embaressing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisStatham committed Dec 13, 2023
1 parent 4847614 commit d091d29
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,12 @@ jobs:
- run: mix dialyzer --format short

check_release:
runs-on: ubuntu-20.04
runs-on: 'non-prod-scorebet-org-runner'
name: Check release
needs: check_format
steps:
- uses: actions/checkout@v3
- uses: jfrog/setup-jfrog-cli@v3
- uses: erlef/setup-beam@v1
with:
otp-version: 24
Expand All @@ -169,3 +170,11 @@ jobs:
run: mix hex.build
- name: Generate docs
run: mix docs
- name: Upload to artifactory
run: |
jf rt build-add-git hex-build 1.0.1
jf rt build-collect-env hex-build 1.0.1
jf rt build-add-dependencies hex-build 1.0.1 ./deps/
jf rt u ./_build/dev/lib/todos/ebin/todos.app
hex-virt/test-app/todos.app --build-name hex-build --build-number 1.0.1
jf rt build-publish hex-build 1.0.1 --access-token=${{ secrets.GA_DEBIAN }} --url=https://thescore.jfrog.io/artifactory/

0 comments on commit d091d29

Please sign in to comment.