Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey authored Aug 9, 2024
1 parent 2cdb987 commit 55e54e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git remote set-url origin "https://[email protected]/AceDataCloud/Nexior"
env:
REPO_PAT: ${{ secrets.REPO_PAT }}

- name: Publish
run: yarn release
env:
Expand Down

0 comments on commit 55e54e9

Please sign in to comment.