Skip to content

Commit c5701b8

Browse files
committed
fixing create release tag script
1 parent 22459b0 commit c5701b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release-tag.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
steps:
2626
- name: Get branch name
2727
run: |
28-
echo "TAG_NAME=${${{ github.event.pull_request.base.ref }}#release-prep/}" >> $GITHUB_ENV
28+
branch_name="${{ github.event.pull_request.head.ref }}"
29+
echo "TAG_NAME=${branch_name#release-prep/}" >> $GITHUB_ENV
2930
- name: Create tag
3031
uses: actions/github-script@v5
3132
with:

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ Initial version of IdentityNow Terraform Provider
1818
* `identitynow_source_schema` - manage Source Schema
1919
* `identitynow_transform` - manage Transform
2020
* `identitynow_workflow` - manage Workflow
21-

0 commit comments

Comments
 (0)