We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8322919 commit 0110f40Copy full SHA for 0110f40
.github/workflows/maven-publish-wise.yml
@@ -36,7 +36,8 @@ jobs:
36
git add pom.xml
37
git commit -m "[skip ci]"
38
git tag -a v$APPLICATION_VERSION -m "Release v$APPLICATION_VERSION"
39
- echo "::set-output name=application_version::v$APPLICATION_VERSION"
+ echo "application_version=$APPLICATION_VERSION" >> $GITHUB_OUTPUT
40
+ # echo "::set-output name=application_version::v$APPLICATION_VERSION"
41
- name: Push changes
42
uses: ad-m/github-push-action@master
43
with:
0 commit comments