Skip to content

Commit

Permalink
[FIX-CI] Remove DSA keyscan type from AUR publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Aug 3, 2024
1 parent e50bea7 commit 93a9930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE }}
commit_message: Update AUR package
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
ssh_keyscan_types: rsa,ecdsa,ed25519
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "heroic",
"version": "2.14.1",
"version": "2.15.0",
"versionNames": {
"stable": "Flame Emperor Sabo",
"stable": "Emeth",
"beta": "Caesar Clown"
},
"private": false,
Expand Down

0 comments on commit 93a9930

Please sign in to comment.