We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0cd32 commit 2fa867fCopy full SHA for 2fa867f
.github/workflows/tests.yaml
@@ -19,10 +19,10 @@ jobs:
19
changelog:
20
runs-on: ubuntu-latest
21
steps:
22
+ - uses: actions/checkout@v2
23
- id: read-version
24
run: |
- echo "::set-output name=VERSION::$(cat ./lib/ice_cube/version.rb | grep VERSION | awk '{ print $3 }' | sed -e 's/\"//g')"
25
- - uses: actions/checkout@v2
+ echo "::set-output name=VERSION::`cat lib/ice_cube/version.rb | grep -i version | awk '{ print $3 }' | sed -e 's/\"//g'`"
26
- uses: dangoslen/[email protected]
27
with:
28
skipLabels: 'skip-changelog'
0 commit comments