Skip to content

Commit

Permalink
Merge pull request #282 from assimbly/develop
Browse files Browse the repository at this point in the history
Update update-version.yml
  • Loading branch information
skin27 authored Sep 27, 2024
2 parents cf31779 + 8c2dac4 commit 6172597
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v3
with:
repository: ${{ github.repository }}
repository: runtime
ref: ${{ inputs.branch }}
fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }}
Expand All @@ -55,12 +55,12 @@ jobs:
run: |
git config --local user.email "raymondmeester@gmail.com"
git config --local user.name "skin27"
git commit -a -m "Update version to ${{inputs.milestone}}"
git diff-index --quiet HEAD || git commit -a -m "Update version to ${{inputs.milestone}}"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
repository: runtime
ref: ${{ inputs.branch }}
force_with_lease: true

0 comments on commit 6172597

Please sign in to comment.