Skip to content

Commit

Permalink
ci(github): replace deprecated command in dependent-jobs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 18, 2023
1 parent 3275474 commit 836ffd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependent-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
outputs:
release_created: ${{ steps.release-created.outputs.RELEASE_CREATED }}
steps:
- run: echo ::set-output name=RELEASE_CREATED::true
- run: echo "RELEASE_CREATED=true" >> $GITHUB_OUTPUT
id: release-created

publish:
Expand Down

0 comments on commit 836ffd5

Please sign in to comment.