fix(ci): update URL of CI workflow dynamically
This commit is contained in:
parent
6b67657897
commit
a4805b5b6c
@ -29,7 +29,9 @@ jobs:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- name: Get latest tag
|
||||
id: latesttag
|
||||
run: echo "latesttag=$(git describe --tags --abbrev=0)" >> "$GITEA_OUTPUT"
|
||||
run: |
|
||||
git fetch --tags
|
||||
echo "latesttag=$(git describe --tags --abbrev=0)" >> "$GITEA_OUTPUT"
|
||||
|
||||
test:
|
||||
name: Unit Test
|
||||
|
Loading…
Reference in New Issue
Block a user