We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa140f commit aebde5dCopy full SHA for aebde5d
.github/workflows/release.yml
@@ -28,5 +28,5 @@ jobs:
28
- name: Upload build artifact
29
uses: actions/upload-artifact@v4
30
with:
31
- name: lagrange-${{ steps.package-version.outputs.current-version}}-${{ github.sha }}
+ name: lagrange-${{ steps.package-version.outputs.current-version}}-SNAPSHOT-${{ github.sha }}
32
path: dist
0 commit comments