Skip to content

Commit

Permalink
chore: release 0.1.1-gh2
Browse files Browse the repository at this point in the history
Release-As: 0.1.1-gh2
  • Loading branch information
nekowinston committed Oct 27, 2023
1 parent facf7a3 commit a74ce79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
command: manifest
if: ${{ !env.ACT }}
outputs:
catwalk_release: ${{ steps.release.outputs['packages/catwalk--release_created'] || env.ACT }}
catwalk_tag: ${{ steps.release.outputs['packages/catwalk--tag_name'] }}
catwalk_release: ${{ steps.release.outputs['catwalk--release_created'] || env.ACT }}
catwalk_tag: ${{ steps.release.outputs['catwalk--tag_name'] }}

upload-catwalk:
name: Upload Catwalk for ${{ matrix.os }}
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.

3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"catwalk": {
"release-type": "rust"
}
}
},
"plugins": ["cargo-workspace"]
}

0 comments on commit a74ce79

Please sign in to comment.