Skip to content

Commit

Permalink
let's see if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Jul 31, 2024
1 parent f98f048 commit c9fb06d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Publish to Cargo

on:
push:
branches: [ master ]

jobs:
publish:
runs-on: ubuntu-latest

name: 'publish'

# Reference your environment variables
environment: cargo

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
dry-run: true
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ authors = [
"Dan Brownstein <@dan-starkware>",
"Federico Carrone <@unbalancedparentheses>",
"Jonathan Lei <@xJonathanLEI>",
"Maciej Kamiński <@maciejka>",
]
edition = "2021"
repository = "https://github.com/starknet-io/types-rs"

0 comments on commit c9fb06d

Please sign in to comment.