Skip to content

Commit

Permalink
prepare v0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Dec 9, 2024
1 parent cabe5bb commit 3bc42fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{ steps.version.outputs.TAG }}',
sha: context.sha
tag: steps.version.outputs.TAG,
message: 'Version ${{ steps.version.outputs.TAG }}',
object: context.sha
})
- name: Trigger cargo-dist release workflow
if: steps.project.outputs.VERSION_CHANGED == '1'
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stayfocused"
version = "0.3.13"
version = "0.3.14"
description = "Software To Avoid [Y] Fixating On Completely Unproductive Shit Every Day"

repository = "https://github.com/duckinator/STAYFOCUSED"
Expand Down

0 comments on commit 3bc42fc

Please sign in to comment.