Skip to content

Commit

Permalink
fix(github actions): last tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Nov 8, 2023
1 parent ad245d0 commit 31bf7c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
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 @@ -52,5 +53,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
RTLDEV_MW_NOTIFICATION_URI: ${{ secrets.RTLDEV_MW_NOTIFICATION_URI }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RTLDEV_MW_CI_TOKEN }}
run: npx semantic-release

0 comments on commit 31bf7c7

Please sign in to comment.