Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RA341 committed Sep 30, 2024
1 parent bbea738 commit dd508e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
working-directory: ./ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
run: |
cp ../.releaserc.json .releaserc.json
npx semantic-release
build-docker:
needs:
Expand Down

0 comments on commit dd508e7

Please sign in to comment.