Skip to content

Commit

Permalink
build: semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Aug 23, 2022
1 parent 97f0d8e commit e2ed7e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: CDN
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Set vue cli env
shell: bash
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
name: FTP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Set vue cli env
shell: bash
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
name: Github Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Set vue cli env
shell: bash
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
if: "! contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/changelog@3.0.6
@semantic-release/git@7.0.18
@semantic-release/changelog
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

Expand Down

0 comments on commit e2ed7e9

Please sign in to comment.