Skip to content

Commit 9f57295

Browse files
committed
Update release-p5-mode.yml
1 parent 315a61a commit 9f57295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-p5-mode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
repo_token: ${{ secrets.GITHUB_TOKEN }}
4242
file: p5js/build/p5js.*
43-
tag: p5js-v${{ github.event.inputs.version_number }}
43+
tag: p5js-v${{ github.event.inputs.version_pretty }}
4444
file_glob: true
4545
overwrite: true
4646

@@ -50,6 +50,6 @@ jobs:
5050
repo_token: ${{ secrets.GITHUB_TOKEN }}
5151
file: p5js/build/mode/mode.properties
5252
asset_name: p5js.txt
53-
tag: p5js-v${{ github.event.inputs.version_number }}
53+
tag: p5js-v${{ github.event.inputs.version_pretty }}
5454
overwrite: true
5555

0 commit comments

Comments
 (0)