mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
fix yaml
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user