Skip to content

Commit

Permalink
Merge pull request #567 from pato-ontology/anitacaron-patch-1
Browse files Browse the repository at this point in the history
Update ODK and actions' versions in deploy.yml
  • Loading branch information
matentzn authored Aug 16, 2024
2 parents c432ac2 + faf5288 commit ee40a35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.3.1
container: obolibrary/odkfull:v1.5.2
strategy:
max-parallel: 1
steps:
- name: Checkout main branch
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: work around permission issue
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand All @@ -24,7 +24,7 @@ jobs:
run: cd src/ontology/ && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' GITHUB_ACTION=true prepare_release_fast

- name: Run release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true

0 comments on commit ee40a35

Please sign in to comment.