Skip to content

Commit

Permalink
Merge pull request #24 from Studio-23-xyz/WorkflowUpdate
Browse files Browse the repository at this point in the history
Workflow update
  • Loading branch information
Warhammer4000 authored Sep 26, 2024
2 parents 207cd50 + 1453636 commit 4b5e32f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 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
23 changes: 0 additions & 23 deletions .github/workflows/code_quality.yml

This file was deleted.

0 comments on commit 4b5e32f

Please sign in to comment.