Skip to content

Commit

Permalink
fix: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Jan 22, 2024
1 parent f642c70 commit df63a45
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/semantic_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
#################################################################################################################
# SEMANTIC RELEASE
Semantic-Release:
runs-on: [self-hosted, decathlon]
runs-on: ubuntu-latest
environment: production
concurrency: release
permissions:
Expand All @@ -21,21 +21,11 @@ jobs:
with:
fetch-depth: 0

################################################################################################################
# PRE CLEAN
- name: Pre clean
uses: dktunited/.github/actions/cleaner@main

#################################################################################################################
# GENERATE RELEASE
- name: Release
uses: python-semantic-release/python-semantic-release@v8.7.0
with:
directory: ./
github_token: ${{ secrets.GITHUB_TOKEN }}
push: true

#################################################################################################################
# Post CLEAN
- name: Post clean
uses: dktunited/.github/actions/cleaner@main
push: true

0 comments on commit df63a45

Please sign in to comment.