Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony1x6000 authored Feb 15, 2024
1 parent 98202e5 commit 4ac448e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Current date
id: current-date
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
append_body: true
draft: false
prerelease: false
if: github.event_name == 'release'
if: github.event_name == 'release'

0 comments on commit 4ac448e

Please sign in to comment.