Skip to content

Commit

Permalink
Update release-daily-develop-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 authored Sep 27, 2024
1 parent 9876330 commit cd45a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-daily-develop-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
getversion:
runs-on: ubuntu-latest
outputs:
milestone: ${{ steps.mavenversion.outputs.milestone }}
milestone: "${{ steps.mavenversion.outputs.milestone }}"
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
echo "Maven version: $VERSION"
echo "::set-output name=milestone::$VERSION"
echo "milestone=$VERSION" >> $GITHUB_OUTPUT
- name: Show Maven version
run: echo "The version is ${{ steps.mavenversion.outputs.milestone }}"
Expand Down

0 comments on commit cd45a0e

Please sign in to comment.