Skip to content

Commit

Permalink
Fix github release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Apr 24, 2024
1 parent 2cac684 commit 3ecf4ef
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/continuous-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,17 @@ jobs:
# git ref. We do not use draft or prerelease features as we always want
# the latest release to show in the right hand column of the project page regardless
# of if it is a stable release.
# - name: Create GitHub Release
# uses: actions/create-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: ${{ github.ref }}
# release_name: ${{ github.ref }}
# body: |
# [Changelog](https://github.com/day8/re-com/blob/master/CHANGELOG.md)
# draft: false
# prerelease: false
- name: Create GitHub Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: |
[Changelog](https://github.com/day8/re-com/blob/master/CHANGELOG.md)
draft: false
prerelease: false

- name: Slack notification
uses: homoluctus/[email protected]
Expand Down

0 comments on commit 3ecf4ef

Please sign in to comment.