Skip to content

Commit

Permalink
Try with personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
andredelft committed May 1, 2021
1 parent b1fb2b6 commit 9ef232e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
tag_name: ${{ needs.check-tags.outputs.tag }}
2 changes: 1 addition & 1 deletion leidenmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .foreign import RE_FOREIGN, ForeignProcessor
from .misc import HetaProcessor, RE_HETA

__version__ = '0.1.29'
__version__ = '0.1.30'


class LeidenPlus(Extension):
Expand Down

0 comments on commit 9ef232e

Please sign in to comment.