Skip to content

Commit

Permalink
Removed Changelog Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Nov 18, 2020
1 parent b810f54 commit c55ea53
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: NodeJS Setup
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -56,11 +54,6 @@ jobs:
mv dist $GRAFANA_PLUGIN_ID
zip $GRAFANA_PLUGIN_ARTIFACT $GRAFANA_PLUGIN_ID -r
md5sum $GRAFANA_PLUGIN_ARTIFACT > $GRAFANA_PLUGIN_ARTIFACT_CHECKSUM
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog
env:
REPO: ${{ github.repository }}
- name: Create release
id: create_release
uses: actions/create-release@v1
Expand All @@ -69,8 +62,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
${{ steps.Changelog.outputs.changelog }}
draft: false
prerelease: false
- name: Add plugin to release
Expand Down

0 comments on commit c55ea53

Please sign in to comment.