Skip to content

Commit

Permalink
fix: correct the repo names and token
Browse files Browse the repository at this point in the history
  • Loading branch information
j1nxie committed Nov 28, 2024
1 parent b34d5ab commit e9285ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
- name: Create nightly release
id: create_release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
with:
name: Build ${{ github.run_number }} (${{ steps.sha.outputs.short_sha }})
tag_name: v${{ github.run_number }}-${{ steps.sha.outputs.short_sha }}
release_name: Build ${{ github.run_number }} (${{ steps.sha.outputs.short_sha }})
repository: Liminova/charlotte-mobile
token: ${{ secrets.PAT_TOKEN }}
body: |
Automated build created by GitHub Actions
Build Date: ${{ github.event.repository.updated_at }}
Expand Down

0 comments on commit e9285ca

Please sign in to comment.