Compare commits

..

No commits in common. "develop" and "0.0.0" have entirely different histories.

3 changed files with 291 additions and 283 deletions

View File

@ -19,13 +19,20 @@ jobs:
- name: Build Project
run: npm run build
- name: Upload to Registry
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
retention-days: 7
- name: Push to registry
if: ${{github.ref_name}} == "production"
uses: ztimson/actions/npm/publish@develop
tag:
name: Tag Version
needs: build
if: ${{github.ref_name}} == develop
runs-on: ubuntu-latest
container: node:8
steps:

View File

@ -3,7 +3,7 @@
<br />
<!-- Logo -->
<img src="https://git.zakscode.com/repo-avatars/56e7adede041749f5df1d8b88b334e8c4cac38d7a4a574ccb42a624c52a35624" alt="Logo" width="200" height="200">
<img src="https://git.zakscode.com/repo-avatars/066f56124662dc95ddacf70bdc8839b98462c885e106728b342abe8bfb5be36a" alt="Logo" width="200" height="200">
<!-- Title -->
### ng-datatable

View File

@ -1,11 +1,12 @@
{
"name": "ng-datatable",
"version": "1.0.0",
"name": "sandbox",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ng-datatable --prod"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.0.0",
"@angular/common": "^6.0.0",