Skip to content

Commit

Permalink
ci: disable semantic releaser temporarily
Browse files Browse the repository at this point in the history
There seems to be a problem with semantic releaser. I've disabled it until we solve it. 

I've also created an issue on the GitHub action that we are using - codfish/semantic-release-action#168 (comment)
  • Loading branch information
slayerjain committed Apr 20, 2022
1 parent 1437655 commit 5d7deb4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Expand Up @@ -42,11 +42,11 @@ jobs:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=coverage.txt -service=github

# - name: Install extra dependencies
# run: npm install -g @semantic-release/exec
- uses: codfish/semantic-release-action@additional-packages
with:
additional_packages: |
['@semantic-release/exec']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# # - name: Install extra dependencies
# # run: npm install -g @semantic-release/exec
# - uses: codfish/semantic-release-action@additional-packages
# with:
# additional_packages: |
# ['@semantic-release/exec']
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5d7deb4

Please sign in to comment.