Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Dec 13, 2022
1 parent 3bb3ee9 commit 0a663e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
runs-on: ubuntu-20.04
needs:
- upload
outputs:
version: ${{ steps.info.outputs.version }}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -93,7 +91,7 @@ jobs:
- name: Create Release Draft
uses: softprops/action-gh-release@v1
with:
name: ${{ steps.info.outputs.version }} Release
name: ${{ env.VERSION }} Release
draft: true
# token: ${{ secrets.GITHUB_TOKEN }}
files: ./${{ env.OUTPUTDIR }}.tar.gz
Expand Down

0 comments on commit 0a663e5

Please sign in to comment.