mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 01:42:10 +08:00
.
This commit is contained in:
parent
3f2514eb6e
commit
887bdeb648
4
.github/release-drafter.yml
vendored
4
.github/release-drafter.yml
vendored
@ -8,8 +8,8 @@
|
||||
# This release drafter follows the conventions from https://keepachangelog.com, https://common-changelog.org/
|
||||
# https://www.conventionalcommits.org
|
||||
|
||||
name-template: $(echo $GITHUB_REF | sed 's/refs\/tags\///')
|
||||
tag-template: $(echo $GITHUB_REF | sed 's/refs\/tags\///')
|
||||
name-template: 'v$RESOLVED_VERSION'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
template: |
|
||||
## What Changed 👀
|
||||
$CHANGES
|
||||
|
||||
2
.github/workflows/build-publish-docker.yml
vendored
2
.github/workflows/build-publish-docker.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Print release tag
|
||||
run: echo "The release tag is $(echo $GITHUB_REF | sed 's/refs\/tags\///')"
|
||||
run: echo "The release tag is $(echo 'v$RESOLVED_VERSION')"
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user