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
fix: remove version verification from merge workflow
pull/330/head
codomposer
1 month ago
parent
be34466f61
commit
fc0451c4ec
1 changed files
with
1 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-9
.github/workflows/merge.yml
+ 1
- 9
.github/workflows/merge.yml
View File
@ -24,12 +24,4 @@ jobs:
-
name
:
Build
run
:
|
npm install
npm run build
-
name
:
Get version
run
:
echo "version=v$(./ci/getVersion.sh)" >> $GITHUB_OUTPUT
id
:
version
-
name
:
Verify version
run
:
|
./ci/verifyVersion.sh ${{ steps.version.outputs.version }}
npm run build
Write
Preview
Loading…
Cancel
Save