mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-04 10:59:18 +00:00 
			
		
		
		
	Create publish-npm.yml (#172)
This commit is contained in:
		
							parent
							
								
									489366bb8e
								
							
						
					
					
						commit
						08c0d24f18
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								.github/workflows/publish-npm.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/publish-npm.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: main
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  publish:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
      - uses: actions/setup-node@v3
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: "20"
 | 
			
		||||
      - uses: JS-DevTools/npm-publish@v3
 | 
			
		||||
        with:
 | 
			
		||||
          token: ${{ secrets.NPM_AUTH_TOKEN }}
 | 
			
		||||
		Loading…
	
		Reference in a new issue