Skip to content

Commit

Permalink
#8 Changed versions of actions to major varsion only
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 13, 2023
1 parent bd21ad7 commit 2171c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sed -i -e "s/<AssemblyVersion>4.7.1.1<\/AssemblyVersion>/<AssemblyVersion>$ASSEMBLY_VERSION<\/AssemblyVersion>/g" Directory.Build.props
sed -i -e "s/4.7.1.1/$PACKAGE_VERSION/g" README.md
- name: pkgdeps/git-tag-action
uses: pkgdeps/git-tag-action@v2.0.1
uses: pkgdeps/git-tag-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Pack
run: dotnet pack MarcelMelzig.TestEnvironment/MarcelMelzig.TestEnvironment.csproj --no-build -c Release -p:CONTINUOUS_INTEGRATION_BUILD=true
- name: Upload Nuget
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3
with:
name: projectfiles
path: /home/runner/work/TestEnvironment/TestEnvironment/*.nuget

0 comments on commit 2171c50

Please sign in to comment.