Skip to content

Commit

Permalink
Update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Jun 21, 2024
1 parent 894b0b5 commit 1e0de6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3

- name: Check version in tpay.php
- name: Check .version
run: if [ $(grep ${{ github.event.inputs.version }} .version -c) != 1 ]; then exit 1; fi

- name: Check Changelog
Expand Down

0 comments on commit 1e0de6c

Please sign in to comment.