We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315a61a commit 9f57295Copy full SHA for 9f57295
.github/workflows/release-p5-mode.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
repo_token: ${{ secrets.GITHUB_TOKEN }}
42
file: p5js/build/p5js.*
43
- tag: p5js-v${{ github.event.inputs.version_number }}
+ tag: p5js-v${{ github.event.inputs.version_pretty }}
44
file_glob: true
45
overwrite: true
46
@@ -50,6 +50,6 @@ jobs:
50
51
file: p5js/build/mode/mode.properties
52
asset_name: p5js.txt
53
54
55
0 commit comments