Skip to content

Commit

Permalink
fix(ci/cd): files in different location
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas committed Aug 14, 2023
1 parent 4fd755c commit d324c2b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
12 changes: 2 additions & 10 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: write
contents: read
pages: write
id-token: write
pull-requests: write
Expand Down Expand Up @@ -44,12 +44,4 @@ jobs:
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
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
uses: actions/deploy-pages@v2
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write

name: release-please
jobs:
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 d324c2b

Please sign in to comment.