Skip to content

Commit

Permalink
Update attach-artifact-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav committed Jul 26, 2024
1 parent 392f5a1 commit bf7f42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Attach Artifact to Release

on:
workflow_call:
pull_request:
types:
- closed
Expand Down Expand Up @@ -95,4 +96,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
ASSET_NAME_PREFIX: "${{ env.artifact_id }}-"
ASSET_DIR: ./target


0 comments on commit bf7f42f

Please sign in to comment.