Skip to content

Commit

Permalink
should be good, should it?
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 14, 2021
1 parent f11e499 commit 727dc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/force-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
CGO_ENABLED: 0
MKDOCS_MATERIAL_VER: 7.2.8
GORELEASER_VER: v0.180.3
GIT_TAG: ""

jobs:
get-tag:
Expand All @@ -27,6 +26,7 @@ jobs:
id: git_tag
run: |
echo "::set-output name=git_tag::$(git tag --points-at)"
echo ${{ steps.git_tag.outputs.git_tag }}
build-and-release:
needs: get-tag
Expand Down

0 comments on commit 727dc77

Please sign in to comment.