We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0968c2 commit b3a013eCopy full SHA for b3a013e
.github/workflows/zip.yml
@@ -85,3 +85,18 @@ jobs:
85
files: "*.zip"
86
env:
87
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
+
89
+ - uses: actions/checkout@v2
90
+ with:
91
+ fetch-depth: 0
92
+ ref: lab500-enterprise-starter
93
+ - run: npm install --force
94
+ - name: Zip Folder
95
+ run: zip -r ent-nx-sheriff-starter.zip . -x "*.zip"
96
97
+ - name: Release
98
+ uses: softprops/action-gh-release@v1
99
100
+ files: "*.zip"
101
+ env:
102
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -1,5 +1,7 @@
1
# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3
+/.nx
4
5
# Compiled output
6
/dist
7
/tmp
0 commit comments