Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 authored Apr 8, 2024
1 parent 8d9bae4 commit 0d3d073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Release

on: workflow_dispatch

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
echo "VERSION=$version" >> $GITHUB_ENV
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GHCR_PAT: ${{ secrets.GHCR_PAT }}
with:
tag_name: ${{ env.VERSION }}
files: |
Expand Down

0 comments on commit 0d3d073

Please sign in to comment.