mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 07:03:01 +08:00
fix yaml
This commit is contained in:
parent
3d1cd30a1d
commit
9e66c3760e
1 changed files with 6 additions and 6 deletions
12
.github/workflows/draft_release.yml
vendored
12
.github/workflows/draft_release.yml
vendored
|
@ -35,13 +35,13 @@ jobs:
|
|||
# string using the GORELEASER_CURRENT_TAG feature.
|
||||
# TODO(tlim): Use the native gorelease version mechanism.
|
||||
|
||||
- name: Retrieve version
|
||||
id: version
|
||||
run: |
|
||||
echo "TAG_NAME=$(git config --global --add safe.directory /__w/dnscontrol/dnscontrol ; git describe --tags)" >> $GITHUB_OUTPUT
|
||||
- name: Retrieve version
|
||||
id: version
|
||||
run: |
|
||||
echo "TAG_NAME=$(git config --global --add safe.directory /__w/dnscontrol/dnscontrol ; git describe --tags)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Reveal version
|
||||
run: echo ${{ steps.version.outputs.TAG_NAME }}
|
||||
- name: Reveal version
|
||||
run: echo ${{ steps.version.outputs.TAG_NAME }}
|
||||
|
||||
- name: Goreleaser release
|
||||
run: goreleaser release
|
||||
|
|
Loading…
Reference in a new issue