Skip to content

Commit

Permalink
fix: update ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Apr 11, 2024
1 parent fcde201 commit 8232afd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: seamoon-package
on:
workflow_call:
secrets:
GO_RELEASER_GITHUB_TOKEN:
required: true

jobs:
# Single deploy job since we're just deploying
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/seamoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
docs:
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/docs' }}
uses: ./.github/workflows/pages.yml
secrets:
GO_RELEASER_GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
release:
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
Expand Down

0 comments on commit 8232afd

Please sign in to comment.