Skip to content

Commit

Permalink
okay maybe i should've taken a moment to double-check everything the …
Browse files Browse the repository at this point in the history
…first time i tried this. or the second time.
  • Loading branch information
duckinator committed Dec 9, 2024
1 parent 230e685 commit 0098db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
github.rest.git.createRef({
github.rest.git.createTag({
owner: context.repo.owner,
repo: context.repo.repo,
tag: '${{ steps.version.outputs.TAG }}',
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.15"
version = "0.3.16"
description = "Software To Avoid [Y] Fixating On Completely Unproductive Shit Every Day"

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

0 comments on commit 0098db3

Please sign in to comment.