Skip to content

Commit

Permalink
ci: echo to output
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 7, 2024
1 parent 921980b commit ec28fba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regenerate_protos_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
include-preview-versions: true
previous-version: ${{ steps.current-vega-version.outputs.version }}
- name: Output variables
run: |
echo "current-version=${{ steps.version.outputs.current-version }}" >> "$GITHUB_OUTPUT"
echo "new-version=${{ steps.version.outputs.new-version }}" >> "$GITHUB_OUTPUT"
regenerate-protos:
needs: check-for-new-version
runs-on: ubuntu-latest
Expand Down

0 comments on commit ec28fba

Please sign in to comment.