Skip to content

Commit

Permalink
fix: revert changes for release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Aug 10, 2023
1 parent 368e0a6 commit 896bb98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
target: x86_64-unknown-linux-gnu
asset_name: vim-doge-helper-linux-x86_64
asset_path: ./bin/vim-doge-helper-linux-x86_64.tar.gz

- platform: ubuntu-20.04 # Apple Silicon
target: aarch64-unknown-linux-gnu
asset_name: vim-doge-helper-linux-aarch64
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
tag_name: v${{ steps.tag_name.outputs.version }}
files: ${{ matrix.settings.asset_path }}
draft: false
prerelease: true
prerelease: false

test_uploaded_builds:
name: Test uploaded builds
Expand Down
1 change: 0 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ git diff .version helper/Cargo.toml
echo "Committing the above changes..."
git add .version helper/Cargo.toml
git commit -m "chore(release): v$next_version :tada:"
git tag -a "v$next_version" -m "Release v$next_version"

echo "Done, make sure to push the changes made"

0 comments on commit 896bb98

Please sign in to comment.