Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyutkarsh committed Aug 25, 2021
1 parent 8ae6c99 commit 51889af
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ jobs:
- name: 🚧 install dependencies
run: npm install

- name: Generate changelog
# You may pin to the exact commit or the version.
# uses: heinrichreimer/action-github-changelog-generator@854576bb5274851427527d8199fba0061552dff5
# uses: heinrichreimer/action-github-changelog-generator@v2.2
# id: gen_changelog
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# headerLabel: "## Changelog"
# stripGeneratorNotice: true
# output: CHANGELOG.md
# futureRelease: v${{ github.event.inputs.version }}
# unreleased: true
# issues: true
#- name: Generate changelog
# You may pin to the exact commit or the version.
# uses: heinrichreimer/action-github-changelog-generator@854576bb5274851427527d8199fba0061552dff5
# uses: heinrichreimer/action-github-changelog-generator@v2.2
# id: gen_changelog
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# headerLabel: "## Changelog"
# stripGeneratorNotice: true
# output: CHANGELOG.md
# futureRelease: v${{ github.event.inputs.version }}
# unreleased: true
# issues: true

- name: Changelog
- name: generate changelog
uses: scottbrenner/generate-changelog-action@master
id: gen_changelog
with:
Expand Down

0 comments on commit 51889af

Please sign in to comment.