Skip to content

Commit

Permalink
hotfix/fix release pipeline (#29)
Browse files Browse the repository at this point in the history
# Fixed
- remove raw tags from release pipeline
  • Loading branch information
cutoffthetop authored Jun 14, 2024
1 parent e0710e9 commit 3eadea1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PUB: ${{ secrets.SIGNING_PUB }}
run: |
{% raw -%}
eval "$(ssh-agent -s)"
install --directory ~/.ssh --mode 700
base64 -d <<< '${{ secrets.SIGNING_KEY }}' > ~/.ssh/mex
Expand All @@ -74,7 +73,6 @@ jobs:
git config --local gpg.format ssh
git config --local user.signingkey ~/.ssh/mex.pub
git config --local commit.gpgsign true
{%- endraw %}
- name: Release new version
id: release
Expand Down

0 comments on commit 3eadea1

Please sign in to comment.