Skip to content

Commit f699b34

Browse files
authored
Add missing ID
1 parent 6840b31 commit f699b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
git config --global user.name "GitHub Actions"
5757
5858
- name: UN-Snap version and output
59+
id: version
5960
run: |
6061
originalVersion=$(grep -Po 'pluginVersion=\K.*' gradle.properties)
6162
newVersion="$(echo $originalVersion | cut -d '-' -f1)"

0 commit comments

Comments
 (0)