Skip to content

Commit b8dec63

Browse files
committed
Cat correct file during release
1 parent 273a4ca commit b8dec63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/craft-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
- name: Create release/${{ matrix.version }} branch
109109
run: git checkout -b release/${{ matrix.version }} ${GITHUB_SHA}
110110
- run: sed -i 's/main/${{ matrix.version }}/g' action.yaml
111-
- run: cat Dockerfile
112-
- run: git add Dockerfile
111+
- run: cat action.yaml
112+
- run: git add action.yaml
113113
- run: git status
114114
- run: echo -e "${CHANGELOG}" > release-${{ matrix.version }}-changelog.md
115115
env:

0 commit comments

Comments
 (0)