Skip to content

Commit

Permalink
ci: fix semantic-release job can not be run
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSmokeGun committed Mar 15, 2024
1 parent 5a3fe0e commit 5b64132
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"

- name: Run semantic-release
if: github.repository == 'OldSmokeGun/go-scaffold' && github.event_name == 'push'
run: |
Expand Down

0 comments on commit 5b64132

Please sign in to comment.