Skip to content

Commit

Permalink
Fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
8kto committed Feb 1, 2024
1 parent 1f6ed99 commit 11447da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.last_tag.outputs.tag_name || github.event.inputs.tag }}
name: Release ${{ steps.last_tag.outputs.tag_name || github.event.inputs.tag }}
files: |
./${{ steps.last_tag.outputs.tag_name || github.event.inputs.tag }}.zip
tag_name: ${{ env.LAST_TAG }}
name: Release ${{ env.LAST_TAG }}
files: ./.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 11447da

Please sign in to comment.