diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44deb4d..eea82d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,4 +28,4 @@ jobs: runs-on: ubuntu-latest if: github.event_name != 'push' steps: - - run: echo Skipped because event name is ${{github.event_name}} \ No newline at end of file + - run: echo Skipped github context is ${{github}} \ No newline at end of file