Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: bump version 1.1 🎉🥳 #38

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions.
## Usage

```yaml
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v1.1
with:
bun-version: latest
```

### Setup custom registry-url and scope (for private packages)

```yaml
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v1.1
with:
registry-url: "https://npm.pkg.github.com/"
scope: "@foo-bar"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "setup-bun",
"version": "1.0.0",
"version": "1.1.0",
"description": "Setup Bun on GitHub Actions.",
"keywords": [
"bun",
Expand Down
Loading