Skip to content

Commit

Permalink
Update ci-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Oct 10, 2023
1 parent b535bb7 commit 0745dab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
version: ${{ steps.version.outputs.next }}
tag: v${{ steps.version.outputs.next }}
steps:
- run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
- uses: actions/checkout@v4
with:
fetch-tags: true
Expand Down

0 comments on commit 0745dab

Please sign in to comment.