Skip to content

Commit

Permalink
fix: temporary disable semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Mar 9, 2024
1 parent 6ee9f8d commit f85c1ea
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 22 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,25 @@ on:
- '*'

jobs:
release:
runs-on: ubuntu-latest
# release:
# runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
# steps:
# - name: Checkout code
# uses: actions/checkout@v2

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

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

upload-to-pypi:
needs: release
# needs: release
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion martor/static/martor/css/martor-admin.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Name : Martor v1.6.33
* Name : Martor v1.6.34
* Created by : Agus Makmun (Summon Agus)
* Release date : 09-Mar-2024
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Expand Down
2 changes: 1 addition & 1 deletion martor/static/martor/css/martor.bootstrap.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Name : Martor v1.6.33
* Name : Martor v1.6.34
* Created by : Agus Makmun (Summon Agus)
* Release date : 09-Mar-2024
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Expand Down
2 changes: 1 addition & 1 deletion martor/static/martor/css/martor.semantic.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Name : Martor v1.6.33
* Name : Martor v1.6.34
* Created by : Agus Makmun (Summon Agus)
* Release date : 09-Mar-2024
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Expand Down
2 changes: 1 addition & 1 deletion martor/static/martor/js/martor.bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Name : Martor v1.6.33
* Name : Martor v1.6.34
* Created by : Agus Makmun (Summon Agus)
* Release date : 09-Mar-2024
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Expand Down
2 changes: 1 addition & 1 deletion martor/static/martor/js/martor.bootstrap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion martor/static/martor/js/martor.semantic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Name : Martor v1.6.33
* Name : Martor v1.6.34
* Created by : Agus Makmun (Summon Agus)
* Release date : 09-Mar-2024
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Expand Down
2 changes: 1 addition & 1 deletion martor/static/martor/js/martor.semantic.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f85c1ea

Please sign in to comment.