Skip to content

Commit 6306d8e

Browse files
committed
Fixes publishing
1 parent d3feb87 commit 6306d8e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ jobs:
225225
"id": "github",
226226
"username": "${{ github.actor }}",
227227
"password": "${{ secrets.GITHUB_TOKEN }}"
228+
},
229+
{
230+
"id": "central-portal-snapshots",
231+
"username": "${{ github.actor }}",
232+
"password": "${{ secrets.GITHUB_TOKEN }}"
228233
}]
229234
230235
# Setup environment variables

0 commit comments

Comments
 (0)