Skip to content

Commit

Permalink
Merge pull request #164 from tkrs/fix-release-ci
Browse files Browse the repository at this point in the history
ci: fix release failure
  • Loading branch information
tkrs committed Nov 14, 2023
2 parents 74696cb + 47800a1 commit cc1bced
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Release
on:
workflow_dispatch:

permissions:
contents: write

jobs:
release-crate:
environment: crates-io
Expand All @@ -11,11 +14,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
- name: Setup git user
run: |
git config user.email "type.in.type@gmail.com"
git config user.name "Takeru Sato"
- name: Install rust toolchain stable
uses: dtolnay/rust-toolchain@v1
with:
Expand Down

0 comments on commit cc1bced

Please sign in to comment.