Skip to content

Commit 0110f40

Browse files
authored
1 parent 8322919 commit 0110f40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-publish-wise.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
git add pom.xml
3737
git commit -m "[skip ci]"
3838
git tag -a v$APPLICATION_VERSION -m "Release v$APPLICATION_VERSION"
39-
echo "::set-output name=application_version::v$APPLICATION_VERSION"
39+
echo "application_version=$APPLICATION_VERSION" >> $GITHUB_OUTPUT
40+
# echo "::set-output name=application_version::v$APPLICATION_VERSION"
4041
- name: Push changes
4142
uses: ad-m/github-push-action@master
4243
with:

0 commit comments

Comments
 (0)