Skip to content

Commit

Permalink
fix(publish.yml): fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
ACoolmanTelicent committed May 10, 2024
1 parent 6212472 commit 5d788f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- id: set_vars
run: |
APP_NAME=$(jq -r '.app_name' ./app.config.json)
echo "repo_name=$APP_NAME" >> $GITHUB_OUTPUT
echo "app_name=$APP_NAME" >> $GITHUB_OUTPUT
REPO_NAME=$(jq -r '.repo_name' ./app.config.json)
echo "repo_name=$REPO_NAME" >> $GITHUB_OUTPUT
integrated_tests:
Expand Down

0 comments on commit 5d788f0

Please # to comment.