Skip to content

Commit

Permalink
Bump as test
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Nov 9, 2024
1 parent 13f3bac commit 0a620c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-release-assets@v1
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "its-a-unix-system"
description = "A unix terminal for your website"
version = "0.1.1-alpha.2"
version = "0.1.1-alpha.3"
authors = ["Property404 <[email protected]>"]
edition = "2021"
repository = "https://github.com/Property404/its-a-unix-system"
Expand Down

0 comments on commit 0a620c3

Please sign in to comment.