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.
2 parents 9f3915e + f1c0f96 commit d2cc6bfCopy full SHA for d2cc6bf
.github/workflows/release.yml
@@ -39,7 +39,6 @@ jobs:
39
git config --global user.name ${{ env.user }}
40
git config --global user.email ${{ env.email }}
41
git commit -am "Bump version to $VERSION"
42
- git push origin refs/heads/master:master-backup
43
44
echo "INFO Creating tag: ${{ github.event.inputs.version }}"
45
git tag ${{ github.event.inputs.version }} -a -m "Autogenerated version bump tag"
@@ -64,7 +63,7 @@ jobs:
64
63
- name: Prepare GPG
65
run: |
66
mkdir -p ~/.gnupg/
67
- echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
+ echo "allow-loopback-pinentry" > ~/.gnupg/gpg-agent.conf
68
echo "use-agent \npinentry-mode loopback" > ~/.gnupg/gpg.conf
69
gpgconf --reload gpg-agent
70
shell: bash
0 commit comments