We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df010d commit b29dda1Copy full SHA for b29dda1
1 file changed
.github/workflows/release.yml
@@ -26,7 +26,8 @@ jobs:
26
- name: Get current package version
27
id: package-version
28
uses: martinbeentjes/npm-get-version-action@v1.3.1
29
- path: mcsmanager/app/server/web
+ with:
30
+ path: mcsmanager/app/server/web
31
32
- name: Release
33
uses: ncipollo/release-action@v1.20.0
0 commit comments