Skip to content

Commit

Permalink
Merge pull request #377 from hexlet-codebattle/fix-releases
Browse files Browse the repository at this point in the history
Fix release name
  • Loading branch information
imamatory committed Apr 10, 2020
2 parents 2a5d2a5 + 2a96cab commit 3548a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -28,8 +28,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.sha::7 }}
release_name: Release ${{ github.sha::7 }}
tag_name: ${github.sha::7}
release_name: Release ${github.sha::7}
draft: false
prerelease: false

Expand Down

0 comments on commit 3548a68

Please sign in to comment.