This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Adminator-admin-dashboard
mirror of
https://github.com/puikinsh/Adminator-admin-dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
16
Wiki
Activity
Browse Source
Updated files attached to release
pull/293/head
Jeppe Rask
3 years ago
parent
eaed876ee5
commit
7aaafd8d1f
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.github/workflows/release.yml
+1
-1
package.json
+ 3
- 1
.github/workflows/release.yml
View File
@ -42,7 +42,9 @@ jobs:
with:
name
:
${{ steps.version.outputs.version }}
tag_name
:
${{ steps.version.outputs.version }}
files
:
static.zip
files
:
|
static_minified.zip
static_unminified.zip
fail_on_unmatched_files
:
true
prerelease
:
false
draft
:
false
+ 1
- 1
package.json
View File
@ -1,6 +1,6 @@
{
"name"
:
"adminator"
,
"version"
:
"2.0.
1
"
,
"version"
:
"2.0.
3
"
,
"private"
:
true
,
"description"
:
"HTML Admin Template"
,
"scripts"
:
{
Write
Preview
Loading…
Cancel
Save