Skip to content

Commit

Permalink
updated github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 13, 2024
1 parent 1d504b9 commit 206ec56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
name: Build the main version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@v1
- uses: mochi-hpc/mochi-test-build-action@v2
with:
package-version: "@develop"
3 changes: 2 additions & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Build the latest version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@v1
- uses: mochi-hpc/mochi-test-build-action@v2
with:
build-cache-token: ${{ secrets.GITHUB_TOKEN }}
push-only-dependencies: false
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build the main version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@v1
- uses: mochi-hpc/mochi-test-build-action@v2
with:
package-version: "@main"
build-cache-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 206ec56

Please sign in to comment.