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 17d97e1 commit 4dbfcbcCopy full SHA for 4dbfcbc
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
while curl -sf -o /dev/null "https://api.github.com/repos/$GITHUB_REPOSITORY/git/ref/tags/$DATE_PART.$PATCH_VERSION"; do
21
(( PATCH_VERSION++ ))
22
done
23
- echo "::set-output name=version::"$DATE_PART.$PATCH_VERSION""
+ echo "::set-output name=version::$DATE_PART.$PATCH_VERSION"
24
- uses: actions/checkout@v2
25
- uses: getsentry/craft@master
26
if: ${{ !github.event.client_payload.skip_prepare }}
0 commit comments