Skip to content

Commit 5066cc6

Browse files
authored
Add permissions to the release workflow and bump to 0.9.2 (#145)
* add permissions to the release workflow * 0.9.2
1 parent 468ff8b commit 5066cc6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
jobs:
88
publish:
99
runs-on: "ubuntu-22.04"
10+
permissions:
11+
id-token: write
12+
contents: write
13+
packages: write
14+
pull-requests: write
15+
issues: read
1016
steps:
1117
- uses: "actions/checkout@v3"
1218
with:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)