You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Compute Versionid: project-versionuses: spring-io/spring-release-actions/compute-version@main# Use the output from the `project-version` step
- name: Echo versionrun: echo "The project version is ${{ steps.project-version.outputs.version }}"