Skip to content

Commit f85c1ea

Browse files
author
Agus Makmun
committed
fix: temporary disable semantic release
1 parent 6ee9f8d commit f85c1ea

File tree

8 files changed

+21
-22
lines changed

8 files changed

+21
-22
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,25 @@ on:
66
- '*'
77

88
jobs:
9-
release:
10-
runs-on: ubuntu-latest
9+
# release:
10+
# runs-on: ubuntu-latest
1111

12-
steps:
13-
- name: Checkout code
14-
uses: actions/checkout@v2
12+
# steps:
13+
# - name: Checkout code
14+
# uses: actions/checkout@v2
1515

16-
- name: Log in to GitHub Container Registry
17-
run: echo "${{ secrets.GH_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
16+
# - name: Setup Node.js
17+
# uses: actions/setup-node@v4
18+
# with:
19+
# node-version: 20
1820

19-
- name: Run Semantic Release with Docker
20-
run: |
21-
docker run \
22-
-e GITHUB_TOKEN=${{ secrets.GH_TOKEN }} \
23-
-v $(pwd):/app \
24-
-w /app \
25-
ghcr.io/semantic-release/semantic-release:latest
21+
# - name: Semantic Release
22+
# env:
23+
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
24+
# run: npx semantic-release
2625

2726
upload-to-pypi:
28-
needs: release
27+
# needs: release
2928
runs-on: ubuntu-latest
3029

3130
steps:

martor/static/martor/css/martor-admin.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.33
2+
* Name : Martor v1.6.34
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.33
2+
* Name : Martor v1.6.34
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/css/martor.semantic.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.33
2+
* Name : Martor v1.6.34
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.33
2+
* Name : Martor v1.6.34
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.semantic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.33
2+
* Name : Martor v1.6.34
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.semantic.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)