Skip to content

.github/workflows/release_production.yml #258

.github/workflows/release_production.yml

.github/workflows/release_production.yml #258

name: Release - Android App Production Release
on:
workflow_dispatch:
jobs:
create-tag:
name: Create and Push git tag for version
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set Git permissions
run: |
git remote set-url origin https://${{ secrets.GT_DAXMOBILE }}@github.com/duckduckgo/Android.git/
- name: Run Git command
run: |
echo "Checking the status of the repository..."
git status