Skip to content

Commit eed04a4

Browse files
author
Aviad Hahami
committed
fix: release action
1 parent f358853 commit eed04a4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ jobs:
2121
name: "Release ${{ github.event.inputs.semver }}"
2222
runs-on: ubuntu-latest
2323
steps:
24-
- name: Setup SSH
25-
uses: webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e
26-
with:
27-
ssh-private-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
28-
29-
- uses: actions/checkout@v3
30-
with:
31-
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3225
- uses: actions/setup-node@v3
3326
with:
3427
node-version: ${{ github.event.inputs.nodeVersion }}

0 commit comments

Comments
 (0)