Skip to content

Commit

Permalink
Update restricted.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Jun 17, 2024
1 parent 24bfb90 commit e089336
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/restricted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: "Get version"
id: "get_version"
run: |
ruby scripts/get_version.rb
version=$(ruby get_version.rb)
echo "version=$version" >> $GITHUB_OUTPUT
- name: "print version"
run: |
echo ${{ steps.get_version.outputs.version }}
Expand Down

0 comments on commit e089336

Please sign in to comment.