Skip to content

Commit

Permalink
Merge pull request #1078 from kaltura/trigger-type
Browse files Browse the repository at this point in the history
change release trigger to published
  • Loading branch information
tomerelyasim authored Oct 10, 2024
2 parents 445e6a6 + a38e61c commit b095600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-assets-to-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload Assets

on:
release:
types: [created]
types: [published]

jobs:
trigger-workflow:
Expand All @@ -11,7 +11,7 @@ jobs:
- name: Trigger workflow in private repository
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TAG: ${{ inputs.tag }}
TAG: ${{ github.ref_name }}
ASSET: ${{ github.event.repository.name }}
run: |
curl -L \
Expand Down

0 comments on commit b095600

Please sign in to comment.