Skip to content

Commit

Permalink
ci: 🎡 Auto increment semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hirsch committed Apr 29, 2024
1 parent e61c136 commit effc5a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get dependencies
run: |
Expand All @@ -30,6 +30,13 @@ jobs:
dep ensure
fi
- id: semver-tag
uses: gandarez/[email protected]
with:
branching_model: "trunk-based"
- name: "Created tag"
run: echo "tag ${{ steps.semver-tag.outputs.semver_tag }}"

- name: Build
run: cd cmd/storage-check && go build -v

Expand Down

0 comments on commit effc5a6

Please sign in to comment.