Skip to content

Commit

Permalink
fix(ci): fix action errors (#283)
Browse files Browse the repository at this point in the history
* fix(ci): rollback version
* ci: change release note
* ci: skip release-drafter action on push tag

workaround for release-drafter/release-drafter#615
  • Loading branch information
nogic1008 authored Sep 4, 2020
1 parent 9cf6cdc commit e264a69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ sort-direction: ascending
template: |
$CHANGES
## New Features
## Bug Fix
## Code Refactoring
## Bug Fixes
## Refactoring
## Deployment
## Documentation
## Bump dependencies version
powered by @dependabot-preview
powered by @dependabot
|package|old|new|PR(s)|
|-------|---|---|-----|
|||||
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
image-url: 'https://user-images.githubusercontent.com/24802730/74030931-9a21ac00-49f3-11ea-872e-374d5bd3e586.jpg'
- name: Drafts next Release notes
if: (!contains(github.ref, 'tags/v'))
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site-cat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: (!contains(github.actor, '[bot]'))
steps:
- uses: ddradar/lgtm-action@v1.2.5
- uses: ddradar/lgtm-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
image-url: 'https://user-images.githubusercontent.com/24802730/74030931-9a21ac00-49f3-11ea-872e-374d5bd3e586.jpg'

0 comments on commit e264a69

Please # to comment.