Skip to content

Commit

Permalink
ci(publish): echo to GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Feb 1, 2025
1 parent dfe842b commit 984d409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
id: set-build-cache
run: |
if [[ "${{ github.event.schedule }}" == '0 16 1 * *' || "${{ github.event_name }}" == 'workflow_dispatch' ]]; then
echo "build-cache=false" >> $GITHUB_ENV
echo "build-cache=false" >> $GITHUB_OUTPUT
else
echo "build-cache=true" >> $GITHUB_ENV
echo "build-cache=true" >> $GITHUB_OUTPUT
fi
build:
Expand Down

0 comments on commit 984d409

Please sign in to comment.