Skip to content

Commit

Permalink
build: pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPopov committed Sep 12, 2024
1 parent 32739de commit 8361b70
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@ jobs:
exit 1
fi
- name: Checkout main
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
# - name: Checkout main
# uses: actions/checkout@v4
# with:
# ref: main
# fetch-depth: 0

- name: Create release commits
run: |
git config --local user.name "GitHub Action"
git config --local user.email "[email protected]"
ls -la
sed -i -e "s/^version=.\+$/version=${{ github.event.inputs.release_version }}/g" gradle.properties
git add gradle.properties
git commit -m "Release version ${{ github.event.inputs.release_version }}"
Expand Down

0 comments on commit 8361b70

Please sign in to comment.