Skip to content

Commit

Permalink
Fixed deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
Boite Witte committed May 29, 2024
1 parent c042e64 commit 1e71f27
Show file tree
Hide file tree
Showing 5 changed files with 29,277 additions and 7,743 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get current release
id: current-version
run: |
echo "::set-output name=version::$(npm pkg get version | xargs)"
echo "version=$(npm pkg get version | xargs)" >> "$GITHUB_OUTPUT"
- uses: ./
name: Check if version "${{ steps.current-version.outputs.version }}" is released
id: check-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get current release
id: current-version
run: |
echo "::set-output name=version::$(npm pkg get version | xargs)"
echo "version=$(npm pkg get version | xargs)" >> "$GITHUB_OUTPUT"
- run: npm install
- run: npm run build
- name: test
Expand Down
Loading

0 comments on commit 1e71f27

Please sign in to comment.