Skip to content

Commit

Permalink
combine step
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 24, 2024
1 parent d027b49 commit f1c3534
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/page-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,9 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run docs:build
- name: Create Tag
- name: Build Release
uses: jaywcjlove/create-tag-action@main
if: ${{ github.ref == 'refs/heads/master' }}
id: create_tag
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: jaywcjlove/create-tag-action@main
if: steps.create_tag.outputs.successful
id: tag_release
with:
release: true
Expand Down

0 comments on commit f1c3534

Please sign in to comment.