Skip to content

Commit

Permalink
ci: fix version not being updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8ivejp committed Jun 22, 2023
1 parent 276aa89 commit 4dc6d5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ on:

jobs:
release:

permissions:
contents: write
pull-requests: write

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: google-github-actions/release-please-action@51ee8ae2605bd5ce1cfdcc5938684908f1cd9f69 # v3.7.9
Expand Down

0 comments on commit 4dc6d5b

Please sign in to comment.