Skip to content

Commit

Permalink
fix(github actions): playing with release process
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Nov 8, 2023
1 parent 7c7b1c3 commit ad245d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -16,16 +16,14 @@ jobs:
runs-on: ${{ vars.RTLDEV_MW_CI_OS }}
needs: tests
permissions:
contents: write
deployments: write
contents: write
issues: write

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Install Python ${{ vars.RTLDEV_MW_CI_PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -54,5 +52,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
RTLDEV_MW_NOTIFICATION_URI: ${{ secrets.RTLDEV_MW_NOTIFICATION_URI }}
GITHUB_TOKEN: ${{ secrets.RTLDEV_MW_CI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit ad245d0

Please sign in to comment.