Skip to content

Commit

Permalink
Update UPMBranchUpdate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Warhammer4000 authored Sep 26, 2024
1 parent 22a64e9 commit 1453636
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/UPMBranchUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,39 +51,3 @@ jobs:
git checkout upm
git push -f -u origin upm
git push --tags
SelfHosted-Publish:
needs: update-and-tag
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
ref: upm
- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: ${{ secrets.NPM_SERVER }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

GitHub-Publish:
needs: update-and-tag
runs-on: ubuntu-latest
permissions:
packages: write


steps:
- uses: actions/checkout@v4
with:
ref: upm

- uses: actions/setup-node@v3
with:
node-version: '20.x'

- uses: FrontEndDev-org/publish-node-package-action@v1
with:
target: github

0 comments on commit 1453636

Please sign in to comment.