Skip to content

Commit

Permalink
actual release
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsbd committed Oct 18, 2020
1 parent 9d22a2a commit 20eecfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
command: publish
args: --dry-run
- name: Read Crate Manifest
id: read_manifest
run: ${{ github.workspace }}/scripts/ReadCrateManifest.ps1
Expand All @@ -70,4 +69,3 @@ jobs:
with:
tag_name: v${{ steps.read_manifest.outputs.version }}
release_name: v${{ steps.read_manifest.outputs.version }}
draft: true

0 comments on commit 20eecfe

Please sign in to comment.