Skip to content

Commit

Permalink
deps_common -> 2024.09.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Sep 12, 2024
1 parent 2893628 commit c4dabdf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Release Builds
on: push
env:
DUNE_COPASI_VERSION: "releases/2.0"
concurrency:
group: release-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -23,7 +26,7 @@ jobs:
steps:
- uses: spatial-model-editor/[email protected]
with:
sme_deps_common: "2024.05.15"
sme_deps_common: "2024.09.12"
- uses: actions/checkout@v4
- run: ./build.sh
- uses: actions/upload-artifact@v4
Expand All @@ -40,7 +43,7 @@ jobs:
permissions:
contents: write
steps:
- uses: dev-drprasad/[email protected].3
- uses: dev-drprasad/[email protected].4
with:
repo: spatial-model-editor/sme_deps
keep_latest: 5
Expand Down

0 comments on commit c4dabdf

Please sign in to comment.