Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPC committed Dec 14, 2023
1 parent 8a0707b commit 8577652
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3


- name: Download and unzip specific files
run: |
Expand Down Expand Up @@ -54,11 +55,16 @@ jobs:
echo "VERSION_CODE is not a valid number: $VERSION_CODE"
exit 1
fi
- name: Commit and push
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
VERSION=$(echo '${{ steps.get_latest_release.outputs.data }}' | jq -r '.tag_name')
git add files/tailscaled-arm files/tailscale-arm
git commit -m "Updated version to $VERSION for files tailscaled and tailscale"
git add update.json
git commit -m "Updated versionCode and version to $VERSION in update.json"
git push origin dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8577652

Please sign in to comment.