Skip to content

Commit

Permalink
Publish Release with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin authored Dec 2, 2021
1 parent 6d81245 commit 62d1a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
tag: ${{ env.PROJECT_TAG }}
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion camply/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
camply __version__ file
"""

__version__ = "0.1.11"
__version__ = "0.1.12"

0 comments on commit 62d1a44

Please sign in to comment.