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 d332b3d commit fbb6e7cCopy full SHA for fbb6e7c
action.yml
@@ -17,7 +17,7 @@ runs:
17
run: |
18
git clone https://github.com/Adyen/adyen-swift-public-api-diff ./tmp-diff-checkout
19
cd ./tmp-diff-checkout
20
- LATEST_VERSION = $(git describe --abbrev=0 --tags)
+ LATEST_VERSION=$(git describe --abbrev=0 --tags)
21
cd ..
22
echo $LATEST_VERSION
23
0 commit comments