Skip to content

Commit

Permalink
tweak GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
porjo committed Nov 24, 2023
1 parent 8b87c13 commit b2ed46e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ permissions:
contents: write

jobs:
printJob:
name: Print event
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
goreleaser:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' && github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2ed46e

Please sign in to comment.