Skip to content

Commit

Permalink
Update release workflow to not copy makefile to examples (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemiller authored Oct 3, 2022
1 parent 9b8b95a commit d76e383
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
run: |
sed '/^VERSION/s/.*/VERSION ?= v${{ github.event.inputs.version }}/g' templates/Makefile > makefile-version-update
mv makefile-version-update templates/Makefile
cp templates/Makefile examples/multi-module-integration
cp templates/Makefile examples/simple-integration
sed '/^ENV PACKAGE_TOOLS_VERSION/s/.*/ENV PACKAGE_TOOLS_VERSION v${{ github.event.inputs.version }}/g' package-tooling-image/Dockerfile > tmp-dockerfile
mv tmp-dockerfile package-tooling-image/Dockerfile
- name: Commit release updates
Expand Down

0 comments on commit d76e383

Please sign in to comment.