Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Nov 29, 2023
1 parent 3a204ea commit ea804e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
branches:
- main
paths:
- '**/AssemblyInfo.cs'
- 'plugin/CactbotEventSource/Properties/AssemblyInfo.cs'

jobs:
validate_tag:
runs-on: ubuntu-latest
if: ${{ github.repository == 'quisquous/cactbot' }}
steps:
- name: Checkout Code
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
exit 1
fi
validate_version:
validate_versions:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -50,7 +51,7 @@ jobs:
create_release:
runs-on: windows-latest
needs: [validate_tag, validate_version]
needs: [validate_tag, validate_versions]
if: ${{ github.repository == 'quisquous/cactbot' }}
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
Expand Down

0 comments on commit ea804e4

Please sign in to comment.