Skip to content

Commit

Permalink
Merge pull request #23 from syaiful-aa/test/bump
Browse files Browse the repository at this point in the history
test bump
  • Loading branch information
syaiful-aa authored Jun 28, 2024
2 parents 84ec35e + f1d86ea commit cd02851
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 cd02851

Please sign in to comment.