Skip to content

Commit

Permalink
Merge pull request #29 from Dj-Codeman/Fixing-version-number
Browse files Browse the repository at this point in the history
Updating workflows
  • Loading branch information
Dj-Codeman authored May 6, 2024
2 parents b247249 + ec5177b commit 57f0893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- release
tags:
- 'latest'
jobs:
Expand Down Expand Up @@ -90,4 +91,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: ./out/doge_*
files: ./out/doge_*
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ license = "MIT"

version = "0.2.6"


[[bin]]
name = "doge"
path = "src/main.rs"
Expand Down

0 comments on commit 57f0893

Please sign in to comment.