Skip to content

Commit

Permalink
fix tag used for releases (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingao267 authored Sep 3, 2020
1 parent b51986f commit 2792d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
# Create the release with the policies bundle
version="$(echo ${{ github.ref }} | sed -e 's|^refs/tags/policies-||')"
bin/hub release create $(printf -- ' --attach=%s' ./policies*.tar.gz) -m "Policies ${version}" "${version}"
bin/hub release create $(printf -- ' --attach=%s' ./policies*.tar.gz) -m "Policies ${version}" "policies-${version}"
2 changes: 1 addition & 1 deletion .github/workflows/release-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
# Create the release with the templates bundle
version="$(echo ${{ github.ref }} | sed -e 's|^refs/tags/templates-||')"
bin/hub release create $(printf -- ' --attach=%s' ./templates*.tar.gz) -m "Templates ${version}" "${version}"
bin/hub release create $(printf -- ' --attach=%s' ./templates*.tar.gz) -m "Templates ${version}" "templates-${version}"

0 comments on commit 2792d3b

Please sign in to comment.