Skip to content

Commit

Permalink
ci: change semantic release rules path
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 27, 2022
1 parent b7f459f commit c2691b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion .github/workflows/smr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
node-version: 'lts/*'
if: github.event.inputs.git-ref == 'main'

- name: Copy rules
run: |
cp .github/config/.releaserc.json .
- name: Install dependencies
run: npm install
if: github.event.inputs.git-ref == 'main'
Expand All @@ -36,5 +40,4 @@ jobs:
env:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
if: github.event.inputs.git-ref == 'main'

0 comments on commit c2691b8

Please sign in to comment.