mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Update release.yml
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
| name: Release (Manual/Draft) | ||||
| name: Release (as Draft) | ||||
|  | ||||
| on: | ||||
|   workflow_dispatch: | ||||
| @@ -10,7 +10,6 @@ jobs: | ||||
|     steps: | ||||
|        | ||||
|       - uses: actions/checkout@v3 | ||||
|          | ||||
|       - uses: subosito/flutter-action@v2 | ||||
|  | ||||
|       - name: Import GPG key | ||||
| @@ -55,6 +54,12 @@ jobs: | ||||
|            if [ -n "$(echo $TAG | grep -oP '\-beta$')" ]; then BETA=true; else BETA=false; fi | ||||
|            echo "::set-output name=beta::$BETA" | ||||
|  | ||||
|       - name: Create Tag | ||||
|         uses: laputansoft/github-tag-action@v4.6 | ||||
|         with: | ||||
|           github_token: ${{ secrets.GH_ACCESS_TOKEN }} | ||||
|           tag: "${{ steps.extract_version.outputs.tag }}" | ||||
|        | ||||
|       - name: Create Release And Upload APKs | ||||
|         uses: ncipollo/release-action@v1 | ||||
|         with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user