Skip to content

Commit

Permalink
chore: downgrade the cargo-generate-action
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Feb 18, 2024
1 parent bc6dc8b commit 3f49101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

-
name: Run cargo generate
uses: cargo-generate/cargo-generate-action@v0.18.5
uses: cargo-generate/cargo-generate-action@v0.18.3
with:
name: ${{ env.PROJECT_NAME }}
subfolder: template/cxx
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ on:
- "v*.*.*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Release
uses: softprops/action-gh-release@v1
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v1

0 comments on commit 3f49101

Please sign in to comment.