ci: build and release

Also the test part compare v3.x and v4.x exported variables
(when it's possible to do so).
This commit is contained in:
rlespinasse
2021-12-09 22:24:06 +01:00
committed by Romain Lespinasse
parent e91720375f
commit c1ec67827c
3 changed files with 130 additions and 72 deletions

View File

@@ -64,12 +64,12 @@ runs:
prefix: ${{ inputs.prefix }}
# Short
- uses: rlespinasse/shortify-git-revision@v1.2.0
- uses: rlespinasse/shortify-git-revision@v1.3.0
with:
name: GITHUB_SHA
continue-on-error: true
prefix: ${{ inputs.prefix }}
- uses: rlespinasse/shortify-git-revision@v1.2.0
- uses: rlespinasse/shortify-git-revision@v1.3.0
with:
name: GITHUB_EVENT_PULL_REQUEST_HEAD_SHA
revision: ${{ github.event.pull_request.head.sha }}