Skip to content

Commit

Permalink
add workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Nov 15, 2024
1 parent 3aa560f commit a27119d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/altvup_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,11 @@ jobs:

- name: cargo release
run: |
cargo release ${{ steps.extract_version.outputs.VERSION }} -p cargo-altvup --no-confirm --execute
cargo release ${{ steps.extract_version.outputs.VERSION }} --no-push --no-tag --no-confirm --execute
- name: commit message workaround
run: |
git reset HEAD~1
git add .
git commit -m "release altvup ${{ steps.extract_version.outputs.VERSION }}"
git push
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 altvup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-altvup"
version = "0.3.4-test.0"
version = "0.3.4-test.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down

0 comments on commit a27119d

Please sign in to comment.