Skip to content

Commit

Permalink
Removed doubled gitversion step in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
janssen-tiobe authored Sep 4, 2023
1 parent f491732 commit 7a96912
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ on:
types: [published]

jobs:
gitversion:
uses: ./.github/workflows/gitversion.yml
build:
uses: ./.github/workflows/build-artifacts.yml
needs: gitversion
publish:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 7a96912

Please sign in to comment.