mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 09:55:01 -07:00
Merge pull request #19 from asdf-vm/tb/attempt-to-fix-goreleaser-3
fix(golang-rewrite): attempt to fix goreleaser GitHub workflow
This commit is contained in:
commit
5db7d3181c
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
@ -61,7 +61,9 @@ jobs:
|
||||
#
|
||||
# See: https://github.community/t5/GitHub-Actions/How-to-get-just-the-tag-name/m-p/32167/highlight/true#M1027
|
||||
#echo "ASDF_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||
echo "ASDF_VERSION=${GITHUB_SHA::7}" >> "$GITHUB_ENV"
|
||||
# Once we're using this for real releases we'll want to change this
|
||||
# line below to contain the actual tag name
|
||||
echo "ASDF_VERSION=0.0.0" >> "$GITHUB_ENV"
|
||||
echo "version is: ${{ env.ASDF_VERSION }}"
|
||||
- uses: actions/checkout@v3
|
||||
- name: Create GitHub release
|
||||
@ -93,7 +95,6 @@ jobs:
|
||||
# Downgraded to version 4 to get snapshot feature working
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean --snapshot
|
||||
env:
|
||||
|
@ -44,3 +44,8 @@ changelog:
|
||||
exclude:
|
||||
- "^docs:"
|
||||
- "^test:"
|
||||
|
||||
snapshot:
|
||||
# Dev prefix for snapshot builds as theses aren't intended for anything other
|
||||
# than testing.
|
||||
name_template: 'dev-{{ .Version }}-{{ .ShortCommit }}'
|
||||
|
Loading…
Reference in New Issue
Block a user