We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0282b commit 54b0481Copy full SHA for 54b0481
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
command: |
31
version = erase('${{ github.ref_name }}', 'v');
32
- createMLTBX('gramm_packaging.prj', version);
+ createMLTBX('gramm.prj', version);
33
34
- name: Create Release
35
uses: softprops/action-gh-release@v1
0 commit comments