Skip to content

Commit

Permalink
Merge pull request #22 from LeleDallas/feat/release-please
Browse files Browse the repository at this point in the history
feat(ci/cd): release please
  • Loading branch information
LeleDallas authored Aug 14, 2023
2 parents bd6e528 + eee733a commit cac6a75
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
pages: write
id-token: write
pull-requests: write
Expand Down Expand Up @@ -44,4 +44,12 @@ jobs:
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action

0 comments on commit cac6a75

Please sign in to comment.