Fixed builds being pushed to main (#211)

This commit is contained in:
Vadim 2025-01-23 17:55:10 +01:00
parent 5e8f66d75c
commit 2439f7bfff
2 changed files with 4 additions and 4 deletions

View file

@ -116,20 +116,20 @@ jobs:
with: with:
name: m3_lightmeter_apk name: m3_lightmeter_apk
- name: Increment build number & replace version number
run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }}
- name: Download release notes - name: Download release notes
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: ${{ env.RELEASE_NOTES_ARTIFACT_NAME }} name: ${{ env.RELEASE_NOTES_ARTIFACT_NAME }}
path: ${{ env.RELEASE_NOTES_PATH }} path: ${{ env.RELEASE_NOTES_PATH }}
- name: Increment build number & replace version number
run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }}
- name: Commit changes - name: Commit changes
run: | run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git add -A git add --all -- ":!app-prod-release.apk"
git commit -m "Release v${{ inputs.version }}" git commit -m "Release v${{ inputs.version }}"
- name: Push to main - name: Push to main

Binary file not shown.