Skip to content

Commit

Permalink
Fixed CD
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Jan 28, 2022
1 parent 3184d5f commit 90ebc03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: $GITHUB_REF_NAME
release_name: Release $GITHUB_REF_NAME
tag_name: ${{ GITHUB_REF_NAME }}
release_name: Release ${{ GITHUB_REF_NAME }}
body: |
${{ steps.tag_data.outputs.git-tag-annotation }}
draft: false
draft: true
prerelease: false

0 comments on commit 90ebc03

Please sign in to comment.