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 8f59ce6 commit a1ceac1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git remote set-url origin "https://[email protected]/AceDataCloud/Nexior"
env:
REPO_PAT: ${{ secrets.REPO_PAT }}
git remote set-url origin "https://${{ secrets.REPO_PAT }}@github.com/AceDataCloud/Nexior"
- name: Publish
run: yarn release
Expand Down

0 comments on commit a1ceac1

Please sign in to comment.