Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Sep 12, 2024
1 parent c0265b1 commit 555cb32
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ jobs:


steps:
- name: Github context
run: echo "$GITHUB_CONTEXT"
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

- name: build context
run: echo "$GITHUB_CONTEXT"
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(needs) }}



#- name: is branch valid for release
# if: ${{ !startsWith(github.ref_name , 'release/') }}
# run: |
Expand Down

0 comments on commit 555cb32

Please sign in to comment.