Skip to content

Commit

Permalink
Update and rename release2.yaml to release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Marias <[email protected]>
  • Loading branch information
radumarias authored Dec 27, 2024
1 parent 4c58164 commit bbbc7e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

build_and_test:
name: build and test
uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable2.yaml@main
uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable.yaml@main
secrets: inherit

package:
needs: [ version, build_and_test ]
uses: xoriors/rencfs/.github/workflows/package_reusable2.yaml@main
uses: xoriors/rencfs/.github/workflows/package_reusable.yaml@main
with:
upload_artifacts: true
version: ${{ needs.version.outputs.version }}
Expand Down

0 comments on commit bbbc7e9

Please sign in to comment.