Skip to content

Commit

Permalink
Removed create release for chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Apr 27, 2021
1 parent 1aa0b6b commit e233041
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: 1.0.${{needs.generate_version_number.outputs.build_number}}
release_name: 1.0.${{needs.generate_version_number.outputs.build_number}}
body: |
${{ github.event.head_commit.message }}
draft: false
prerelease: false
- name: Run CreatePackage.ps1 script
run: .\CreateChocoPackage\CreatePackage.ps1
shell: powershell
Expand Down

0 comments on commit e233041

Please sign in to comment.