Skip to content

Commit d2cc6bf

Browse files
authored
Merge pull request #6 from codeleep/dev_4.x
Dev 4.x
2 parents 9f3915e + f1c0f96 commit d2cc6bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
git config --global user.name ${{ env.user }}
4040
git config --global user.email ${{ env.email }}
4141
git commit -am "Bump version to $VERSION"
42-
git push origin refs/heads/master:master-backup
4342
4443
echo "INFO Creating tag: ${{ github.event.inputs.version }}"
4544
git tag ${{ github.event.inputs.version }} -a -m "Autogenerated version bump tag"
@@ -64,7 +63,7 @@ jobs:
6463
- name: Prepare GPG
6564
run: |
6665
mkdir -p ~/.gnupg/
67-
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
66+
echo "allow-loopback-pinentry" > ~/.gnupg/gpg-agent.conf
6867
echo "use-agent \npinentry-mode loopback" > ~/.gnupg/gpg.conf
6968
gpgconf --reload gpg-agent
7069
shell: bash

0 commit comments

Comments
 (0)