Skip to content

Commit

Permalink
Replace deprecated command with environment file (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo authored Sep 14, 2023
1 parent 5c28f8d commit 9bac60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: Extract current version
run: |
version=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
echo "::set-output name=project_version::$version"
echo "project_version=$version" >> $GITHUB_OUTPUT
perform_release:
name: Perform Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Check for open issues
run: |
echo "TODO actually check for open issues"
echo "::set-output name=is_open_issues::false"
echo "is_open_issues=false" >> $GITHUB_OUTPUT
- id: validate-release-state
name: Validate release state
Expand Down

0 comments on commit 9bac60b

Please sign in to comment.