Skip to content

Commit

Permalink
Updates builds to drop third party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Dec 29, 2022
1 parent fa290d8 commit 58124dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@ jobs:

- name: Get version
id: version
uses: battila7/get-version-action@v2
run: echo "version-without-v=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Get previous release tag
id: previousTag
uses: sammcoe/get-previous-release-action@v1
run: |
PREV_REV=$(git rev-list --tags --max-count=1 --skip=1 --no-walk)
PREV_TAG=$(git describe --tags ${PREV_REV})
echo "tag=${PREV_TAG}" >> $GITHUB_OUTPUT
- name: Install dependencies
run: dotnet restore ${{ env.SOLUTION }}
Expand Down

0 comments on commit 58124dc

Please sign in to comment.