Skip to content

Commit

Permalink
chore: update official release workflow (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun authored Dec 8, 2023
1 parent 006392e commit 9208633
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release

on:
workflow_dispatch:
push:
Expand All @@ -8,8 +10,6 @@ permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
Expand All @@ -18,3 +18,5 @@ jobs:
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple
pre-release: false
default-branch: main

0 comments on commit 9208633

Please sign in to comment.