Skip to content

Commit 53c1275

Browse files
Update version, fix release workflow
1 parent fd7a48e commit 53c1275

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ jobs:
130130
if: ${{ startsWith(github.ref, 'refs/tags/') == true }}
131131
needs: [build-windows, build-virtualenv]
132132
runs-on: 'ubuntu-20.04'
133+
permissions:
134+
# See https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128
135+
contents: write
133136

134137
steps:
135138
- name: Download all artifacts

OATFWGUI/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.10'
1+
__version__ = '0.0.11'

0 commit comments

Comments
 (0)