Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfg1969 committed May 26, 2023
1 parent 2473c46 commit 5b26c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
django-rest-framework.docset/Contents/Resources/Documents/drf-version
- name: Create new release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT }}
run: |
tag="v$(cat drf-version)-$(date +%s)"
gh release create \
Expand Down

0 comments on commit 5b26c55

Please sign in to comment.