Skip to content

Commit

Permalink
build on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
monofuel committed Apr 19, 2024
1 parent 6354a13 commit 79f1e60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Github Actions
on: [push, pull_request]
on:
push:
tags:
- '*'
branches:
- master
pull_request:
jobs:
build:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion monoprompt.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.0.3"
version = "1.0.4"
author = "Andrew Brower"
description = "monoprompt project"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/monoprompt.nim
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ proc printHelp() =
echo " --help \t\tprint this help"

proc printVersion() =
echo "Monoprompt version 1.0.3"
echo "Monoprompt version 1.0.4"

proc parseMonoprompt*(filename,content: string): seq[Monoprompt] =
## Parse the contents of a monoprompt file.
Expand Down

0 comments on commit 79f1e60

Please sign in to comment.