Skip to content

Commit

Permalink
[release-0.1] Fix release script (#17)
Browse files Browse the repository at this point in the history
Fix release script

Signed-off-by: Ali Ok <aliok@redhat.com>
Co-authored-by: Ali Ok <aliok@redhat.com>
  • Loading branch information
knative-prow-robot and aliok authored Jan 3, 2024
1 parent 6d300aa commit f4d9f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backstage-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ jobs:
working-directory: ./backstage
run: |
export PATH="./node_modules/.bin/:$PATH"
yarn tsc
yarn build
yarn build:all
- name: Update version of knative-event-mesh-backend plugin
shell: bash
working-directory: ./backstage/plugins/knative-event-mesh-backend
run: |
export PATH="./node_modules/.bin/:$PATH"
yarn version --new-version ${RELEASE_NAME} --no-git-tag-version
export RELEASE_VERSION="${RELEASE_NAME:1}"
yarn version --new-version ${RELEASE_VERSION} --no-git-tag-version
- name: Publish knative-event-mesh-backend plugin
uses: JS-DevTools/npm-publish@v2
Expand Down

0 comments on commit f4d9f3f

Please sign in to comment.