Skip to content

Commit

Permalink
attempt to fix release_version in env
Browse files Browse the repository at this point in the history
  • Loading branch information
daaku committed Aug 30, 2023
1 parent 8dc949d commit 5ecee9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ inputs:
runs:
using: composite
steps:
- run: echo "INPUT_RELEASE_VERSION=${{ inputs.release_version }}" >> $GITHUB_ENV
shell: bash
- run: ${{ github.action_path }}/action
shell: bash

0 comments on commit 5ecee9c

Please sign in to comment.