Skip to content

Commit

Permalink
Trying to solve permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich committed Nov 12, 2024
1 parent 8432f97 commit 2b5191d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tag-and-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Git
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
uses: pdm-project/setup-pdm@v4.1
with:
python-version: '3.x'
- name: Get tag
Expand Down

0 comments on commit 2b5191d

Please sign in to comment.