Skip to content

Commit

Permalink
Merge pull request #18 from Michaelvsk/fix-release
Browse files Browse the repository at this point in the history
ci: try to fix release bug
  • Loading branch information
Michaelvsk authored Mar 18, 2023
2 parents 3c1b8d3 + 3aed194 commit d41975d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Install auto versioning
run: >
npm install --global
auto@10.37.1
@auto-it/released@10.37.1
@auto-it/git-tag@10.37.1
@auto-it/first-time-contributor@10.37.1
@auto-it/upload-assets@10.37.1
auto@10.43.0
@auto-it/released@10.43.0
@auto-it/git-tag@10.43.0
@auto-it/first-time-contributor@10.43.0
@auto-it/upload-assets@10.43.0
# dotnet version relies on .NET Core 2.1 (TODO maybe fork project dotnet version as .NET 2.1 reached EOL)
- uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:
echo "Extracted version number is: ${VERSION_NO}"
echo "git status:"
git status
git commit -a -m "chore(release): Bump assembly versions ${VERSION_NO} [skip ci]"
auto changelog
auto changelog --no-git-commit
git commit -a -m "chore(release): Release version ${VERSION_NO} [skip ci]"
echo "version=${VERSION_NO}" >> "$GITHUB_OUTPUT"
echo "commit=`git rev-parse --verify HEAD`" >> "$GITHUB_OUTPUT"
Expand Down Expand Up @@ -111,11 +111,11 @@ jobs:
- name: Install auto versioning
run: >
npm install --global
auto@10.37.1
@auto-it/released@10.37.1
@auto-it/git-tag@10.37.1
@auto-it/first-time-contributor@10.37.1
@auto-it/upload-assets@10.37.1
auto@10.43.0
@auto-it/released@10.43.0
@auto-it/git-tag@10.43.0
@auto-it/first-time-contributor@10.43.0
@auto-it/upload-assets@10.43.0
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit d41975d

Please sign in to comment.