We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788c60a commit 2deb5daCopy full SHA for 2deb5da
.github/workflows/semantic-release.yaml
@@ -21,7 +21,8 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v4
23
with:
24
- ssh-key: ${{ secrets.DEPLOY_KEY }}
+ #ssh-key: ${{ secrets.DEPLOY_KEY }}
25
+ token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
26
fetch-depth: 0
27
28
- name: Setup Python
@@ -42,8 +43,6 @@ jobs:
42
43
env:
44
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
45
run: |
- which uv
46
- echo $PATH
47
if semantic-release version; then
48
echo "released=true" >> $GITHUB_OUTPUT
49
else
0 commit comments