Skip to content

Commit

Permalink
fixed GitHub actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
na4ma4 committed Apr 22, 2024
1 parent ae6a527 commit 1775dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ jobs:
dependabot:
name: "Dependabot"
uses: na4ma4/actions/.github/workflows/dependabot-automerge.yml@main
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
unit-test:
name: "Unit Test"
uses: na4ma4/actions/.github/workflows/unit-test.yml@main
secrets: inherit

goreleaser:
name: "Goreleaser"
if: startsWith(github.ref, 'refs/tags/v')
needs:
- unit-test
uses: na4ma4/actions/.github/workflows/goreleaser.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
secrets: inherit

0 comments on commit 1775dca

Please sign in to comment.