From b3d7e09766a82d058c009a91865477d1ec338b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Mothes?= Date: Tue, 12 Mar 2024 14:57:30 +0100 Subject: [PATCH] Update github-action-jira-release-tagging Update github-action-jira-release-tagging to version 1.3.1 includes the workflow fix https://github.com/Staffbase/github-action-jira-release-tagging/pull/116 --- .github/workflows/template_jira_tagging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_jira_tagging.yml b/.github/workflows/template_jira_tagging.yml index 66cb3b9f..c3f6b804 100644 --- a/.github/workflows/template_jira_tagging.yml +++ b/.github/workflows/template_jira_tagging.yml @@ -38,7 +38,7 @@ jobs: TAG_MATCHER: ${{ inputs.tag-matcher }} - name: Add release notes to JIRA tickets - uses: Staffbase/github-action-jira-release-tagging@v1.3.0 + uses: Staffbase/github-action-jira-release-tagging@v1.3.1 env: JIRA_BASEURL: ${{ secrets.jira-url }} JIRA_TOKEN: ${{ secrets.jira-token }}