Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 8, 2024
1 parent a9cbe41 commit d52cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} # Use your secret name here
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use your secret name here
with:
tag_name: ${{ github.ref_name }}
release_name: "${{ github.ref_name }} Release"
Expand Down

0 comments on commit d52cff3

Please sign in to comment.