Skip to content

Commit

Permalink
Config tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Mar 1, 2024
1 parent 8cbde08 commit 05398b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
- name: Create an empty commit
working-directory: ./amplify-js
run: |
git checkout -b fix/releast-workflow-alt
git commit --allow-empty -m "Empty-Commit"
git push origin fix/release-workflow
git push origin fix/release-workflow-alt
- name: Create a PR to merge temporary release branch into main development branch
working-directory: ./amplify-js
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_AMPLIFY_JS_WRITE }}
run: |
gh pr create -B main -H fix/release-workflow --title 'DO NOT MERGE: Test release workflow' --body 'Test release workflow.'
gh pr create -B main -H fix/release-workflow-alt --title 'DO NOT MERGE: Test release workflow' --body 'Test release workflow.'

0 comments on commit 05398b7

Please sign in to comment.