Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Fix (changelog ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 10, 2021
1 parent 0598bb6 commit 716419b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
outputs:
from_version: steps.step1.outputs.from_version
to_version: steps.step1.outputs.to_version
is_upgraded_version: steps.step1.outputs.is_upgraded_version
from_version: ${{ steps.step1.outputs.from_version }}
to_version: ${{ steps.step1.outputs.to_version }}
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
steps:
- uses: garronej/[email protected]
id: step1
Expand Down

0 comments on commit 716419b

Please sign in to comment.