Skip to content

Commit

Permalink
Added action to add submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Apr 5, 2024
1 parent f4011a3 commit b280071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/checkout@v4
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
- name: Build
run: make
- name: Log in to the Container registry
Expand Down

0 comments on commit b280071

Please sign in to comment.