Skip to content

Commit

Permalink
fix: release_name -> name in package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Apr 2, 2024
1 parent ddff5b9 commit c6f5f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release ${{ github.sha }}
files: theme.zip
tag_name: release-${{ github.sha }}
release_name: Release ${{ github.sha }}
body: |
Release ${{ github.sha }}
draft: false
Expand Down

0 comments on commit c6f5f73

Please sign in to comment.