Skip to content

Commit

Permalink
remove previous update action
Browse files Browse the repository at this point in the history
  • Loading branch information
zeckson committed Mar 31, 2024
1 parent 61ef903 commit 142d3eb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,3 @@ jobs:
files: |
./${{ env.BUNDLE_RELEASE_FILENAME }}
./${{ env.APK_RELEASE_FILENAME }}
- name: Create release ${{ env.VERSION }} draft
if: false
uses: svenstaro/upload-release-action@v2 #https://github.com/marketplace/actions/upload-files-to-a-github-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.BUNDLE_RELEASE_FILENAME }}
asset_name: zvernam-${{ env.VERSION }}.aab
tag: ${{ github.ref }}
draft: true
overwrite: true
body: "Release ${{ env.VERSION }}"

0 comments on commit 142d3eb

Please sign in to comment.