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 49f9bf4 commit fc81e25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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"
5 changes: 3 additions & 2 deletions .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 }}
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 fc81e25

Please sign in to comment.