Skip to content

Commit 171b42a

Browse files
committed
add name of tag to workflow manually
1 parent 42f11d1 commit 171b42a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- release-version-in-txt
77
tags:
88
- 'v*'
9-
- 'test*'
109

1110
jobs:
1211
release:
@@ -28,7 +27,7 @@ jobs:
2827
gradle-version: 8.5
2928
- name: Build with Gradle
3029
id: build
31-
run: gradle -Pversion=${{ github.event.release.tag_name }} buildReleaseArtifacts
30+
run: gradle -Pversion=v-tag-manual buildReleaseArtifacts
3231
- name: Release
3332
uses: softprops/action-gh-release@v2
3433
with:

0 commit comments

Comments
 (0)