Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz committed Jan 9, 2024
1 parent 2057901 commit 6d481f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: main # Specify the branch name
ref: main # Specify the branch name as 'main'

- name: Set up Rust
uses: actions/setup-rust@v1
Expand All @@ -22,4 +22,4 @@ jobs:
- name: Publish to Crates.io
uses: softprops/action-cargo-publish@v1
with:
token: ${{ secrets.CRATES_PUBLISH_TOKEN }}
token: ${{ secrets.CARGO_TOKEN }}

0 comments on commit 6d481f6

Please sign in to comment.