Skip to content

Commit 6c1feef

Browse files
nh13clintval
andauthored
Apply suggestions from code review
Co-authored-by: Clint Valentine <[email protected]>
1 parent 0cd99ad commit 6c1feef

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/publish_fgpyo.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
- uses: actions/checkout@v4
5050
with:
5151
fetch-depth: 0
52-
submodules: true
5352

5453
- uses: actions/setup-python@v5
5554
with:
@@ -124,7 +123,7 @@ jobs:
124123
pull-requests: read
125124
needs: make-changelog
126125
steps:
127-
- name: Create Draft Release
126+
- name: Create Release
128127
id: create_release
129128
uses: softprops/action-gh-release@v2
130129
with:

.github/workflows/wheels.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
with:
19-
submodules: "true"
2018

2119
- name: Set up Python ${{ matrix.python }}
2220
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)