Skip to content

Commit

Permalink
Merge pull request #13 from sonomirco/dev/mibi/alpha-release
Browse files Browse the repository at this point in the history
Dev/mibi/alpha release
  • Loading branch information
sonomirco authored Jul 27, 2021
2 parents 8d4d8b6 + 8a5d44d commit cd63935
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,3 @@ jobs:
}
- name: Set NuGet version from alpha.
run: echo "NUGET_VERSION=${{steps.bump-with-alpha.outputs.result}}" >> $GITHUB_ENV
- name: Build Elements
run: dotnet build -c release -p:Version=${{ env.NUGET_VERSION }}
- name: Create alpha tag.
uses: tvdias/github-tagger@v0.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.bump-with-alpha.outputs.result }}
1 change: 0 additions & 1 deletion .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ jobs:
dotnet-version: 3.1.x
- name: Set env
run: echo "NUGET_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
- run: dotnet build -c release -p:Version=${{ env.NUGET_VERSION }}

0 comments on commit cd63935

Please sign in to comment.