Skip to content

Commit

Permalink
test bump
Browse files Browse the repository at this point in the history
  • Loading branch information
syaiful-aa committed Jun 28, 2024
1 parent 84ec35e commit f1d86ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-main-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
major_version: ${{ steps.get-version.outputs.major_version }}

steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"

- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
Expand Down

0 comments on commit f1d86ea

Please sign in to comment.