We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6336d0b commit 119ec47Copy full SHA for 119ec47
.github/workflows/release_prep.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: "Checkout"
29
uses: "actions/checkout@v3"
30
with:
31
+ ref: 'release-prep'
32
fetch-depth: 0
33
34
- name: "Update metadata.json"
@@ -49,5 +50,7 @@ jobs:
49
50
git commit -m "Module Release prep v${{ steps.get_version.outputs.version }}"
51
52
- name: "Push changes"
- run: |
53
- git push origin release-prep
+ uses: ad-m/github-push-action@master
54
+ with:
55
+ github_token: ${{ secrets.GITHUB_TOKEN }}
56
+ branch: release-prep
0 commit comments