Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucetre committed Sep 28, 2023
1 parent 420443d commit 6a25d5c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/create-release-notes-after-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ on:
microservice:
required: true
type: string
description: Name of microservice
description: Name of Microservice
default: apple
revision-number:
revision-id:
required: true
type: number
description: Revision number
default: 0

# permissions:
# contents: write
type: string
description: Revision ID
default: "0"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -43,7 +40,7 @@ jobs:
- name: Set version tag
id: set-version
run: |
echo "tag=v$(date '+%Y%m%d').R${{ inputs.revision-number }}" >> $GITHUB_OUTPUT
echo "tag=v$(date '+%Y%m%d-%H%M%S').R${{ inputs.revision-id }}-${{ inputs.microservice }}" >> $GITHUB_OUTPUT
- name: Create a tag on the input commit (gh-api)
if: false
Expand Down

0 comments on commit 6a25d5c

Please sign in to comment.