Skip to content

Commit ffc7426

Browse files
authored
Merge pull request #44 from mightyiam/patch-1
fix line indentation in /publish
2 parents 658fa0f + a27cfa1 commit ffc7426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/Pages/Publish.elm

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ publishFlakeYaml =
3939
on:
4040
push:
4141
tags:
42-
- "v?[0-9]+.[0-9]+.[0-9]+"
43-
- "v?[0-9]+.[0-9]+"
42+
- "v?[0-9]+.[0-9]+.[0-9]+"
43+
- "v?[0-9]+.[0-9]+"
4444
workflow_dispatch:
4545
inputs:
4646
tag:
@@ -56,5 +56,5 @@ jobs:
5656
steps:
5757
- uses: flakestry/flakestry-publish@main
5858
with:
59-
version: "${{ inputs.tag || github.ref_name }}"
59+
version: "${{ inputs.tag || github.ref_name }}"
6060
"""

0 commit comments

Comments
 (0)