Skip to content

Commit

Permalink
update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Jan 23, 2024
1 parent b0ff191 commit 01857c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
token: ${{ GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
prerelease: false

Expand All @@ -71,7 +71,7 @@ jobs:
asset_path: build/v${{ github.ref }}.production.apk
asset_name: v${{ github.ref }}.production.apk
asset_content_type: application/vnd.android.package-archive
token: ${{ GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload development APK
id: upload-development-apk
Expand All @@ -81,4 +81,4 @@ jobs:
asset_path: build/v${{ github.ref }}.development.apk
asset_name: v${{ github.ref }}.development.apk
asset_content_type: application/vnd.android.package-archive
token: ${{ GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 01857c8

Please sign in to comment.