Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump monero-rs/workflows from 2.0.2 to 2.0.3 #118

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
create_release:
name: Create from merged release branch
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
uses: monero-rs/workflows/.github/workflows/create-release.yml@v2.0.2
uses: monero-rs/workflows/.github/workflows/create-release.yml@v2.0.3

release_to_crates:
name: Publish the new release to crates.io
uses: monero-rs/workflows/.github/workflows/release-to-crates-io.yml@v2.0.2
uses: monero-rs/workflows/.github/workflows/release-to-crates-io.yml@v2.0.3
# Do not run before creating the release is done
needs: create_release
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
draft-new-release:
name: Draft a new release
uses: monero-rs/workflows/.github/workflows/draft-new-release.yml@v2.0.2
uses: monero-rs/workflows/.github/workflows/draft-new-release.yml@v2.0.3
with:
version: ${{ github.event.inputs.version }}
base_branch: 'main'
2 changes: 1 addition & 1 deletion .github/workflows/release-to-crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release_to_crates:
name: Publish the new release to crates.io
uses: monero-rs/workflows/.github/workflows/release-to-crates-io.yml@v2.0.2
uses: monero-rs/workflows/.github/workflows/release-to-crates-io.yml@v2.0.3
secrets:
cratesio_token: ${{ secrets.H4SH3D_CARGO_REGISTRY_TOKEN }}