Skip to content

Commit

Permalink
Merge pull request #13 from monero-rs/remove-dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jul 9, 2021
2 parents a07ebf0 + b8920ab commit b00b10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
head: release/${{ github.event.inputs.version }}
base: master
base: main
title: Release version ${{ github.event.inputs.version }}
reviewers: ${{ github.actor }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-crates-io.yml
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
ref: ${{ github.event.release.target_commitish }}

- run: cargo publish --dry-run
- run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit b00b10b

Please sign in to comment.