Skip to content
Merged
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
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main

permissions:
id-token: write # Required for OIDC
contents: write # Required for changesets to create commits and tags
pull-requests: write # Required for changesets to open/update release PRs

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
Expand Down Expand Up @@ -35,4 +40,3 @@ jobs:
publish: pnpm changeset:release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/scaffold-eth/burner-connector.git"
},
"scripts": {
"build": "pnpm --filter burner-connector build",
"build:esm+types": "pnpm --filter burner-connector build:esm+types",
Expand Down