Skip to content

Commit

Permalink
GITHUB_OUTPUTS -> GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 19, 2024
1 parent 50c6095 commit 6fd36f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
id: meta
run: |
RELEASE="${{ matrix.package }}@v${{ steps.publish.outputs.version }}"s
echo "release=$RELEASE" >> $GITHUB_OUTPUTS
echo "release=$RELEASE" >> $GITHUB_OUTPUT
- name: Find Package
id: find-package
run: |
WORKSPACES_JSON=$(yarn workspaces info --json)
PKG_PATH=$("$WORKSPACES_JSON" | jq -r '.data | fromjson | ."@nostrwatch/${{ matrix.package }}".location')
echo "path=$PKG_PATH" >> $GITHUB_OUTPUTS
echo "path=$PKG_PATH" >> $GITHUB_OUTPUT
- name: Install Package
id: install-package
Expand Down

0 comments on commit 6fd36f6

Please sign in to comment.