Skip to content

Commit 923ba87

Browse files
committed
update github action
1 parent 90d8487 commit 923ba87

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/docker-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,5 @@ jobs:
211211
"${{ steps.taginfo.outputs.version_tag }}" \
212212
"${{ github.event.release.prerelease }}" \
213213
"${{ github.event.release.draft }}"
214+
env:
215+
GH_TOKEN: ${{ secrets.GHCR_TOKEN }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.5-alpha.3
1+
0.0.5-alpha.4

subvortex/auto_upgrader/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "subvortex-auto-upgrader"
7-
version = "0.0.5-alpha.3"
7+
version = "0.0.5-alpha.4"
88
description = "SubVortex Auto Upgrader"
99
authors = [{ name = "Eclipse Vortex", email = "subvortex.bt@gmail.com" }]
1010
readme = "README.md"

subvortex/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5-alpha.3"
1+
__version__ = "0.0.5-alpha.4"

0 commit comments

Comments
 (0)