Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeYallop committed Oct 24, 2024
1 parent 70c8dca commit 1b27019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Output event name
run: echo ${{ github.event_name }}
run: echo ${{ github.event.action }}
- name: Check out the repository
uses: actions/checkout@v4
- name: Setup .NET
Expand Down

0 comments on commit 1b27019

Please sign in to comment.