Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Nov 27, 2023
1 parent 2d5852c commit a3b18a6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

# - name: Create release
# id: create_release
# uses: ncipollo/release-action@latest
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: ${{ github.ref }}
# release_name: ${{ github.ref }}
# draft: true
- name: Create release
id: create_release
uses: ncipollo/release-action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
generateReleaseNotes: true

0 comments on commit a3b18a6

Please sign in to comment.