Skip to content

Commit

Permalink
Update version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 1, 2024
1 parent c0f6ecb commit 8f85f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caller_workflows/addon_repo_initial_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
call-release-trigger:
uses: ynput/ops-repo-automation/.github/workflows/initial_release.yml@main
uses: ynput/ops-repo-automation/.github/workflows/initial_release.yml@latest
with:
draft: ${{ inputs.draft }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion caller_workflows/addon_repo_release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
call-release-trigger:
uses: ynput/ops-repo-automation/.github/workflows/release_trigger.yml@main
uses: ynput/ops-repo-automation/.github/workflows/release_trigger.yml@latest
with:
draft: ${{ inputs.draft }}
secrets:
Expand Down

0 comments on commit 8f85f96

Please sign in to comment.