Skip to content

Commit

Permalink
testing edit of old yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qrazhan committed Sep 3, 2024
1 parent 354c822 commit 36c9609
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bump version on PR
name: Bump version on PR Prashan edit
on:
pull_request_target:
types: [opened, synchronize, reopened]
Expand All @@ -10,6 +10,12 @@ jobs:
update_version:
runs-on: macos-latest
steps:
- name: testing
id: testing-bump-version
run: |
set +e
./bump_version_gh_action.sh
- name: checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 36c9609

Please sign in to comment.