Skip to content

Commit

Permalink
Revert "replace tag for go version"
Browse files Browse the repository at this point in the history
This reverts commit 217cbed.
  • Loading branch information
unglaublicherdude committed Jun 26, 2024
1 parent 217cbed commit 4901d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ jobs:
- name: run tests
run: go test ./...
working-directory: golang/vaas/

- name: publish module
if: startsWith(github.ref, 'refs/tags/go')
run: GOPROXY=proxy.golang.org go list -m github.com/GDATASoftwareAG/vaas/golang/vaas@v${GITHUB_REF#refs/tags/go}
run: GOPROXY=proxy.golang.org go list -m github.com/GDATASoftwareAG/vaas/golang/vaas@go${GITHUB_REF#refs/tags/go}

- name: Microsoft Teams Notification
uses: skitionek/notify-microsoft-teams@master
Expand Down

0 comments on commit 4901d29

Please sign in to comment.