Skip to content

Commit 7b807a0

Browse files
authored
ci: fix workflow settings (#66)
1 parent 5b40bdb commit 7b807a0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
9797
run: |
9898
conda config --set anaconda_upload yes
99-
conda upload --user AngryMaciek hypercomplex --token ANACONDA_TOKEN
99+
anaconda upload --user AngryMaciek hypercomplex --token ANACONDA_TOKEN
100100
101101
DockerHub:
102102
runs-on: ubuntu-22.04
@@ -126,6 +126,8 @@ jobs:
126126

127127
- name: Checkout Repository
128128
uses: actions/checkout@v3
129+
with:
130+
token: ${{ secrets.CHANGELOG_TOKEN }}
129131

130132
- name: Update CHANGELOG
131133
uses: requarks/changelog-action@v1
@@ -140,5 +142,7 @@ jobs:
140142
uses: stefanzweifel/git-auto-commit-action@v4
141143
with:
142144
branch: master
145+
commit_user_name: AngryMaciek
146+
commit_user_email: [email protected]
143147
commit_message: 'docs: CHANGELOG.md auto update'
144148
push_options: --force

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex/badge)](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex)
99
[![publish](https://github.com/AngryMaciek/hypercomplex/workflows/publish/badge.svg)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Apublish)
1010
[![conda](https://anaconda.org/angrymaciek/hypercomplex/badges/version.svg)](https://anaconda.org/AngryMaciek/hypercomplex)
11-
[![DockerHub](https://badgen.net/badge/icon/2.0.10/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/hypercomplex)
11+
[![DockerHub](https://badgen.net/badge/icon/2.0.11/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/hypercomplex)
1212
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05272/status.svg)](https://doi.org/10.21105/joss.05272)
1313

1414
<img src="img/logo.png" alt="drawing" height="30"/>

hypercomplex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.10
1+
v2.0.11

0 commit comments

Comments
 (0)