Skip to content

Commit

Permalink
Merge pull request #44 from mightyiam/patch-1
Browse files Browse the repository at this point in the history
fix line indentation in /publish
  • Loading branch information
domenkozar authored Jan 11, 2024
2 parents 658fa0f + a27cfa1 commit ffc7426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/Pages/Publish.elm
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ publishFlakeYaml =
on:
push:
tags:
- "v?[0-9]+.[0-9]+.[0-9]+"
- "v?[0-9]+.[0-9]+"
- "v?[0-9]+.[0-9]+.[0-9]+"
- "v?[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
tag:
Expand All @@ -56,5 +56,5 @@ jobs:
steps:
- uses: flakestry/flakestry-publish@main
with:
version: "${{ inputs.tag || github.ref_name }}"
version: "${{ inputs.tag || github.ref_name }}"
"""

0 comments on commit ffc7426

Please sign in to comment.