Skip to content

Commit cafa413

Browse files
committed
fix: do not depend on metanorma for release
1 parent d72d633 commit cafa413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
# ----- Release -----
237237
release:
238238
name: Release gem
239-
needs: [ pack, test, metanorma ]
239+
needs: [ pack, test ]
240240
runs-on: ubuntu-latest
241241
if: contains(github.ref, 'refs/tags/v')
242242
steps:

0 commit comments

Comments
 (0)