Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayyhem authored Feb 1, 2024
1 parent bf2d869 commit 8297c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# Checkout repository
- name: Checkout
uses: actions/checkout@latest
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -32,13 +32,13 @@ jobs:

# Build
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@latest
uses: microsoft/setup-msbuild@v2
- name: Build solution
run: msbuild $env:Solution -t:rebuild -property:Configuration=$env:Configuration

# Release
- name: Update release
uses: softprops/action-gh-release@latest
uses: softprops/action-gh-release@v1
with:
name: Rolling Release
tag_name: rolling
Expand Down

0 comments on commit 8297c70

Please sign in to comment.