Skip to content

Commit

Permalink
$dir
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Aug 1, 2024
1 parent 010b99c commit 6235520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ runs:
run: |
VERSION='${{ inputs.version}}'
DIR=$HOME/.semver-cli/.bin
mkdir -p $DIR
gh release --repo https://github.com/optum/semver-cli download $VERSION -p semver.x86_64-unknown-linux-gnu.tar.gz --dir $DIR --clobber
tar -xzf DIR/semver.x86_64-unknown-linux-gnu.tar.gz -C $DIR
tar -xzf $DIR/semver.x86_64-unknown-linux-gnu.tar.gz -C $DIR
env:
GH_TOKEN: ${{ inputs.token || github.token }}

0 comments on commit 6235520

Please sign in to comment.