Skip to content

Commit

Permalink
Merge pull request #5 from deven-org/develop
Browse files Browse the repository at this point in the history
feat(workflow): migrate gitlab workflow to github
  • Loading branch information
pixari committed Feb 2, 2023
2 parents 18c033f + 4553df7 commit 0ed9373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -8,6 +8,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
build:
Expand All @@ -34,6 +35,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{secrets.GITHUB_TOKEN}}
release-type: node
package-name: deven-documentation-skeleton
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0ed9373

Please sign in to comment.