Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b48584d3
authored
Oct 12, 2025
by
Seefs
Committed by
GitHub
Oct 12, 2025
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2024 from seefs001/fix/version
fix: empty version
parents
d43751f2
78eb5329
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
.github/workflows/docker-image-arm64.yml
+2
-1
No files found.
.github/workflows/docker-image-arm64.yml
View file @
b48584d3
...
...
@@ -33,7 +33,8 @@ jobs:
-
name
:
Resolve tag & write VERSION
run
:
|
git fetch --tags --force --depth=1
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
TAG=${GITHUB_REF#refs/tags/}
echo "TAG=$TAG" >> $GITHUB_ENV
echo "$TAG" > VERSION
echo "Building tag: $TAG for ${{ matrix.arch }}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment