Skip to content

Commit

Permalink
ci: improve map
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 7, 2024
1 parent db855bd commit 921980b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regenerate_protos_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
check-for-new-version:
outputs:
new-version: ${{ steps.version.outputs.new-version }}
current-version: ${{ steps.version.outputs.current-version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 921980b

Please sign in to comment.