Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
realslimsutton committed Jul 13, 2024
1 parent 80251db commit f470f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write

jobs:
update:
update-changelog:
runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down Expand Up @@ -38,7 +38,8 @@ jobs:
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

Deploy-Production:
deploy-production:
needs: update-changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changes

0 comments on commit f470f34

Please sign in to comment.