fix: use default ssh key name
This commit is contained in:
parent
dce16114bc
commit
3cfb17ea27
|
@ -19,7 +19,6 @@ jobs:
|
|||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ secrets.GITEA_SSH_KEY }}
|
||||
name: gitea
|
||||
known_hosts: ${{ secrets.GITEA_KNOWN_HOST }}
|
||||
- name: Publish
|
||||
run: npm run semantic-release
|
||||
|
|
Loading…
Reference in New Issue