Skip to content

Commit

Permalink
chore: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudzins committed Nov 30, 2023
1 parent c714fa9 commit 8b9e42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-merge-back.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release - Merge Back to Dev
on:
workflow_run:
workflows: ['Release - Tag, Build Artifacts, and Release']
workflows: ['Release - Build Artifacts, Tag, and Release']
branches: [release]
types:
- completed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag-build-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release - Tag, Build Artifacts, and Release
name: Release - Build Artifacts, Tag, and Release

on:
workflow_dispatch:
Expand Down

0 comments on commit 8b9e42d

Please sign in to comment.