Skip to content

Commit

Permalink
fix: remove Create Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Aug 23, 2023
1 parent bbc4c38 commit a6f10f6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ jobs:
echo -e "set-output name=changelog::${changelog-<empty>}\n"
echo -e "::set-output name=changelog::${changelog}\n"
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.generate_changelog.outputs.changelog }}
draft: false
prerelease: false

- name: Build API-Docs
run: npm run generate-api-docs
continue-on-error: true
Expand Down

0 comments on commit a6f10f6

Please sign in to comment.