Skip to content

Commit

Permalink
Trying to fix submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Apr 5, 2024
1 parent b280071 commit 37ddec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- 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 37ddec4

Please sign in to comment.