Skip to content

Commit af4d25c

Browse files
author
Agus Makmun
committed
fix: change semantic release with docker
1 parent 1071626 commit af4d25c

File tree

8 files changed

+18
-25
lines changed

8 files changed

+18
-25
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,19 @@ on:
77

88
jobs:
99
release:
10-
permissions:
11-
contents: write # to be able to publish a GitHub release
12-
issues: write # to be able to comment on released issues
13-
pull-requests: write # to be able to comment on released pull requests
14-
id-token: write # to enable use of OIDC for npm provenance
15-
name: release
1610
runs-on: ubuntu-latest
11+
1712
steps:
18-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
20-
with:
21-
cache: npm
22-
node-version: lts/*
23-
- run: npm clean-install
24-
- run: npm audit signatures
25-
# pinned version updated automatically by Renovate.
26-
# details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation
27-
- run: npx [email protected]
28-
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
- name: Checkout code
14+
uses: actions/checkout@v2
15+
16+
- name: Run Semantic Release with Docker
17+
run: |
18+
docker run \
19+
-e GITHUB_TOKEN=${{ secrets.GH_TOKEN }} \
20+
-v $(pwd):/app \
21+
-w /app \
22+
ghcr.io/semantic-release/semantic-release:latest
3023
3124
upload-to-pypi:
3225
needs: release

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.31
2+
* Name : Martor v1.6.32
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.31
2+
* Name : Martor v1.6.32
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.31
2+
* Name : Martor v1.6.32
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.31
2+
* Name : Martor v1.6.32
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.31
2+
* Name : Martor v1.6.32
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)