We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcca3a commit 6107a3fCopy full SHA for 6107a3f
.github/workflows/go.yml
@@ -16,6 +16,13 @@ jobs:
16
fetch-depth: 0
17
- name: Set up Go
18
uses: actions/setup-go@v4
19
+ - name: "Git Version"
20
+ id: generate-version
21
+ uses: codacy/[email protected]
22
+ - name: "Tag version"
23
+ run: |
24
+ git tag ${{ steps.generate-version.outputs.version }}
25
+ git push --tags "https://codacy:${{ secrets.GITHUB_TOKEN }}@github.com/codacy/codacy-cli-v2"
26
- name: Run GoReleaser
27
uses: goreleaser/goreleaser-action@v5
28
with:
0 commit comments