Skip to content

Commit

Permalink
Revert "Updates CD workflow (#28)"
Browse files Browse the repository at this point in the history
This reverts commit 9f1d911.
  • Loading branch information
ubiratansoares authored Mar 25, 2024
1 parent 9f1d911 commit 35bcdc9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch

jobs:
publish:
release:
runs-on: ubuntu-22.04

steps:
Expand All @@ -32,10 +32,7 @@ jobs:
id: prepare-release
run: ./scripts/prepare-release.sh

- name: Publish on crates.io
run: cargo publish --token ${{ secrets.CRATESIO_PUBLISH_TOKEN }}

- name: Publish draft Github release
- name: Create draft release
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
with:
name: ${{ steps.prepare-release.outputs.version }}
Expand Down

0 comments on commit 35bcdc9

Please sign in to comment.