Skip to content

Commit f0efa80

Browse files
committed
fix yaml
1 parent edc643e commit f0efa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.ref != 'refs/heads/release' && !endsWith(github.ref, '-releasebranch')
1111
steps:
1212
- name: Log warning
13-
- run: echo "This workflow must be run in a release branch. It is being run in ${{ github.ref }}."
13+
run: echo "This workflow must be run in a release branch. It is being run in ${{ github.ref }}."
1414
deploy:
1515
name: Staging Release
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)