More fixes
This commit is contained in:
parent
c8fe996ebf
commit
2335aa4fb5
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -69,8 +69,9 @@ jobs:
|
|||||||
BUSTER_GITHUB_RUN: "true"
|
BUSTER_GITHUB_RUN: "true"
|
||||||
- name: Create tag
|
- name: Create tag
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
CMAKE_BUILD_TYPE: ${{matrix.CMAKE_BUILD_TYPE}}
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions"
|
git config --global user.name "github-actions"
|
||||||
git config --global user.email "github-actions@github.com"
|
git config --global user.email "github-actions@github.com"
|
||||||
@ -80,8 +81,6 @@ jobs:
|
|||||||
git tag -a "$TAG" -m "Release on $DATE for commit $COMMIT_HASH"
|
git tag -a "$TAG" -m "Release on $DATE for commit $COMMIT_HASH"
|
||||||
git push origin "$TAG"
|
git push origin "$TAG"
|
||||||
echo "RELEASE_TAG=$TAG" >> $GITHUB_ENV
|
echo "RELEASE_TAG=$TAG" >> $GITHUB_ENV
|
||||||
env:
|
|
||||||
CMAKE_BUILD_TYPE: ${{matrix.CMAKE_BUILD_TYPE}}
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user