Skip to content

Commit

Permalink
Fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Feb 2, 2022
1 parent f9df458 commit c0215be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ GITHUB_REF_NAME }}
release_name: Release ${{ GITHUB_REF_NAME }}
tag_name: ${{ env.GITHUB_REF_NAME }}
release_name: Release ${{ env.GITHUB_REF_NAME }}
body: |
${{ steps.tag_data.outputs.git-tag-annotation }}
draft: true
Expand Down

0 comments on commit c0215be

Please sign in to comment.