Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
* chore: update dependencies

* ci: release token
  • Loading branch information
tsi authored Feb 7, 2024
1 parent 6fd2692 commit 3a9fb87
Show file tree
Hide file tree
Showing 4 changed files with 1,995 additions and 412 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'edge'
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -31,6 +31,7 @@ jobs:
uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.BOT_TOKEN }}
release-type: node
release-as: ${{ steps.calculate-edge-version.outputs.next-edge }}
default-branch: ${{ github.ref_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.BOT_TOKEN }}
release-type: node
default-branch: ${{ github.ref_name }}

Expand Down
Loading

0 comments on commit 3a9fb87

Please sign in to comment.