Skip to content

Commit

Permalink
set version correctly & try to fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Feb 1, 2023
1 parent f6c8211 commit 24ec600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}
- name: Compile and release
uses: rust-build/rust-build.action@latest
uses: rust-build/rust-build.action@v1.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
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 = "anysnake2"
version = "1.13.1"
version = "1.12.1"
authors = ["Florian Finkernagel <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 24ec600

Please sign in to comment.