Skip to content

Commit

Permalink
Updated to release action v5 to fix broken ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Oct 29, 2023
1 parent 74471ef commit 18faf90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET
name: Build
env:
SOLUTION_PATH: ./src/SourceGenerator.Foundations.sln
on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Publish
on:
push:
branches:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet test $env:SOLUTION_PATH --no-build --verbosity normal
# Create Github Release
- name: Create a Release
uses: elgohr/Github-Release-Action@v4
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
Expand Down

0 comments on commit 18faf90

Please sign in to comment.