Skip to content

Commit

Permalink
Remove id (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio authored Dec 12, 2024
1 parent 047ebfc commit 18d9b19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
run: ls -lah * */*

- name: Create Release
id: create_release
if: startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'test-release')
uses: softprops/action-gh-release@v2
with:
Expand All @@ -164,7 +163,6 @@ jobs:
./rz-notebook-*/*
- name: Create Nightly
id: create_release
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 18d9b19

Please sign in to comment.