Skip to content

Commit b0e4ef1

Browse files
committed
wip
1 parent 9855628 commit b0e4ef1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/create_release_pr.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
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
@@ -64,16 +61,6 @@ jobs:
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

0 commit comments

Comments
 (0)