We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273a4ca commit b8dec63Copy full SHA for b8dec63
.github/workflows/craft-release.yaml
@@ -108,8 +108,8 @@ jobs:
108
- name: Create release/${{ matrix.version }} branch
109
run: git checkout -b release/${{ matrix.version }} ${GITHUB_SHA}
110
- run: sed -i 's/main/${{ matrix.version }}/g' action.yaml
111
- - run: cat Dockerfile
112
- - run: git add Dockerfile
+ - run: cat action.yaml
+ - run: git add action.yaml
113
- run: git status
114
- run: echo -e "${CHANGELOG}" > release-${{ matrix.version }}-changelog.md
115
env:
0 commit comments