Skip to content

Commit

Permalink
fix: release ci (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore authored Jan 22, 2024
1 parent 2b38bd6 commit 1932548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:

doctest:
runs-on: ubuntu-latest
needs: [engine_io, socket_io, test]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on:
push:
branches:
- release
- main
paths:
- "**/Cargo.toml"
- ".github/workflows/release.yml"
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
root: Cargo.toml
regex_pattern: "version\\s*=\\s*\"([0-9\\.]+)\""
tag_prefix: "v"
# version: "${{ env.NEXT_VERSION }}"
version: "${{ env.NEXT_VERSION }}"

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1932548

Please sign in to comment.