Skip to content

Commit 8b19db1

Browse files
committed
fix workflows for publishing independent packages
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 6a8c96c commit 8b19db1

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/publish_plotly.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ jobs:
1717
env:
1818
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
1919
- run: cargo publish --allow-dirty -p plotly
20-
21-
create-gh-release:
22-
name: Deploy to GH Releases
23-
runs-on: ubuntu-latest
24-
steps:
25-
- uses: softprops/action-gh-release@v1

.github/workflows/publish_plotly_kaleido.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,4 @@ jobs:
1616
- run: cargo login ${{ env.CRATES_IO_TOKEN }}
1717
env:
1818
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
19-
- run: cargo publish --allow-dirty -p plotly_kaleido
20-
21-
create-gh-release:
22-
name: Deploy to GH Releases
23-
runs-on: ubuntu-latest
24-
steps:
25-
- uses: softprops/action-gh-release@v1
19+
- run: cargo publish --allow-dirty -p plotly_kaleido

0 commit comments

Comments
 (0)