Skip to content

Commit

Permalink
submodule is no needed
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Apr 13, 2024
1 parent 3c69820 commit 5372dd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
submodules: 'recursive'
path: zig-release
- name: Setup variables
id: variables
Expand All @@ -32,12 +31,11 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
submodules: 'recursive'
path: pulldown-cmark
- name: checkout tag
run: |
cd pulldown-cmark
git fetch origin master --tags
git fetch origin master --prune --unshallow --tags --no-recurse-submodules --filter=blob:none
git describe --tags --always ${{ steps.variables.outputs.version }}| sed -e 's/-g.*$//g' -e 's/-/+/g' > version.txt
cat version.txt
- name: Generate release tag
Expand Down

0 comments on commit 5372dd4

Please sign in to comment.