diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e0690c3..53b85a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -96,7 +96,7 @@ jobs: ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }} run: | conda config --set anaconda_upload yes - conda upload --user AngryMaciek hypercomplex --token ANACONDA_TOKEN + anaconda upload --user AngryMaciek hypercomplex --token ANACONDA_TOKEN DockerHub: runs-on: ubuntu-22.04 @@ -126,6 +126,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 + with: + token: ${{ secrets.CHANGELOG_TOKEN }} - name: Update CHANGELOG uses: requarks/changelog-action@v1 @@ -140,5 +142,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: master + commit_user_name: AngryMaciek + commit_user_email: wsciekly.maciek@gmail.com commit_message: 'docs: CHANGELOG.md auto update' push_options: --force diff --git a/README.md b/README.md index a8771b3..66088cc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex/badge)](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex) [![publish](https://github.com/AngryMaciek/hypercomplex/workflows/publish/badge.svg)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Apublish) [![conda](https://anaconda.org/angrymaciek/hypercomplex/badges/version.svg)](https://anaconda.org/AngryMaciek/hypercomplex) -[![DockerHub](https://badgen.net/badge/icon/2.0.10/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/hypercomplex) +[![DockerHub](https://badgen.net/badge/icon/2.0.11/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/hypercomplex) [![DOI](https://joss.theoj.org/papers/10.21105/joss.05272/status.svg)](https://doi.org/10.21105/joss.05272) drawing diff --git a/hypercomplex/VERSION b/hypercomplex/VERSION index 0b71bb7..0797f73 100644 --- a/hypercomplex/VERSION +++ b/hypercomplex/VERSION @@ -1 +1 @@ -v2.0.10 \ No newline at end of file +v2.0.11 \ No newline at end of file