|
@@ -30,23 +30,23 @@ jobs: |
|
|
- name: Build solution |
|
|
- name: Build solution |
|
|
run: dotnet build -c Release --no-restore |
|
|
run: dotnet build -c Release --no-restore |
|
|
|
|
|
|
|
|
run-semantic-release: |
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
needs: build |
|
|
|
|
|
|
|
|
# run-semantic-release: |
|
|
|
|
|
# runs-on: ubuntu-latest |
|
|
|
|
|
# needs: build |
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
|
- name: Checkout |
|
|
|
|
|
uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
# steps: |
|
|
|
|
|
# - name: Checkout |
|
|
|
|
|
# uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- name: Run semantic-release |
|
|
|
|
|
run: | |
|
|
|
|
|
export PATH=$PATH:$(yarn global bin) |
|
|
|
|
|
yarn global add semantic-release@17.4.3 |
|
|
|
|
|
semantic-release |
|
|
|
|
|
|
|
|
# - name: Run semantic-release |
|
|
|
|
|
# run: | |
|
|
|
|
|
# export PATH=$PATH:$(yarn global bin) |
|
|
|
|
|
# yarn global add semantic-release@17.4.3 |
|
|
|
|
|
# semantic-release |
|
|
|
|
|
|
|
|
release: |
|
|
release: |
|
|
runs-on: windows-latest |
|
|
runs-on: windows-latest |
|
|
needs: run-semantic-release |
|
|
|
|
|
|
|
|
# needs: run-semantic-release |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: Setup .NET 6.0.x SDK |
|
|
- name: Setup .NET 6.0.x SDK |
|
|