Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Feb 14, 2024
1 parent b151270 commit 7b97d15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
echo "GIT_TAG_NAME=main-app-v$(node -p "require('./package.json').version")" >> $GITHUB_ENV
echo "test=hello" >> "$GITHUB_OUTPUT"
- name: create release
id: create-release
uses: actions/github-script@v7
Expand Down Expand Up @@ -60,6 +61,9 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- env:
OUTPUT1: ${{needs.create-release.outputs.output1}}
run: echo "$OUTPUT1"
- name: Debug print upload_url
run: |
echo "release_id: ${{ needs.create-release.outputs.release_id }}"
Expand Down

0 comments on commit 7b97d15

Please sign in to comment.