Skip to content

Commit 9c259c7

Browse files
authored
wip (#7)
1 parent 7acc8fe commit 9c259c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Prepare
1515
runs-on: ubuntu-latest
1616

17-
if: github.repository_owner == 'drivenets'
17+
# if: github.repository_owner == 'drivenets'
1818

1919
permissions:
2020
contents: write # to create release (changesets/action)
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
filter: 'blob:none'
34+
ssh-key: ${{ secrets.DEPLOY_KEY }}
35+
persist-credentials: true
3436

3537
- name: Install Dependencies
3638
uses: ./.github/actions/install
@@ -41,7 +43,6 @@ jobs:
4143
with:
4244
commit: 'chore(release): publish'
4345
title: 'chore(release): publish'
44-
commitMode: 'github-api'
4546

4647
build:
4748
name: Build for publish

0 commit comments

Comments
 (0)