Skip to content

Commit

Permalink
(maint) - Update release_prep workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Aug 17, 2023
1 parent 6336d0b commit 119ec47
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v3"
with:
ref: 'release-prep'
fetch-depth: 0

- name: "Update metadata.json"
Expand All @@ -49,5 +50,7 @@ jobs:
git commit -m "Module Release prep v${{ steps.get_version.outputs.version }}"
- name: "Push changes"
run: |
git push origin release-prep
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: release-prep

0 comments on commit 119ec47

Please sign in to comment.