fix: 安全加固csp的frame设置白名单。pace默认关闭。 #183
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: release-please | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - 6.x | |
| permissions: | |
| contents: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| release-please: | |
| if: github.repository == 'volantis-x/hexo-theme-volantis' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: googleapis/release-please-action@v4 | |
| with: | |
| release-type: node | |
| package-name: hexo-theme-volantis | |
| include-v-in-tag: false | |
| target-branch: 6.x | |