Skip to content

Commit

Permalink
Merge pull request #418 from kivikakk/bump-version-0.24.1
Browse files Browse the repository at this point in the history
Add GH_TOKEN to release workflow
  • Loading branch information
digitalmoksha authored May 19, 2024
2 parents d78819e + 77dc883 commit 47e27e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
runs-on: ubuntu-latest
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comrak"
version = "0.24.0"
version = "0.24.1"
authors = ["Asherah Connor <ashe@kivikakk.ee>"]
rust-version = "1.62.1"
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
Expand Down

0 comments on commit 47e27e6

Please sign in to comment.