Skip to content

Commit

Permalink
Version bump 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot committed Apr 8, 2023
1 parent 1a68f23 commit 6ed019f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
path: |
./wsl2-distro-manager-v${{ steps.get_version.outputs.version }}-nightly.msix
# Create full release with tag
# Create full release with tag (only if branch is main)
- name: Create release
if: ${{ steps.get_version.outputs.exists == 'false' }}
if: ${{ steps.get_version.outputs.exists == 'false' && github.ref == 'refs/heads/main' }}
run: |
Move-Item .\build\windows\runner\Release\wsl2distromanager.msix .\wsl2-distro-manager-v${{ steps.get_version.outputs.version }}-unsigned.msix
Copy-Item -Path ./windows-dlls/* -Destination ./build/windows/runner/Release/
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wsl2distromanager
description: A GUI to quickly manage your WSL instances.

publish_to: 'none'
version: 1.7.0 # Current version
version: 1.7.1 # Current version

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 6ed019f

Please sign in to comment.