Skip to content

Commit 18d9b19

Browse files
authored
Remove id (#9)
1 parent 047ebfc commit 18d9b19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ jobs:
152152
run: ls -lah * */*
153153

154154
- name: Create Release
155-
id: create_release
156155
if: startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'test-release')
157156
uses: softprops/action-gh-release@v2
158157
with:
@@ -164,7 +163,6 @@ jobs:
164163
./rz-notebook-*/*
165164
166165
- name: Create Nightly
167-
id: create_release
168166
uses: softprops/action-gh-release@v2
169167
with:
170168
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)