File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 4444 env :
4545 GH_TOKEN : ${{ secrets.PARALLELS_WORKFLOW_PAT }}
4646 run : |
47- echo ${{secrets.PASSPHRASE}} | sed 's/./& /g'
48- echo '${{secrets.GPG_PRIVATE_KEY}}' > gpg_key
49- echo '${{secrets.PASSPHRASE}}' > passphrase
5047 git config --global user.email "cjlapao@gmail.com"
5148 git config --global user.name "cjlapao"
5249
6461 git push --set-upstream origin release/$NEW_VERSION
6562
6663 echo "new_version=$NEW_VERSION" >> "$GITHUB_ENV"
67- - name : Upload artifacts1
68- uses : actions/upload-artifact@v4
69- with :
70- name : release-artifacts
71- path : gpg_key
72- - name : Upload artifacts2
73- uses : actions/upload-artifact@v4
74- with :
75- name : release-artifacts1
76- path : passphrase
7764 - name : Create PR
7865 run : |
7966 ./.github/workflow_scripts/generate-changelog.sh --mode RELEASE --repo ${{ github.repository }} --version ${{ env.new_version }} --output-to-file
You can’t perform that action at this time.
0 commit comments