Skip to content

Commit e4a99dd

Browse files
committed
fixing create release tag script
1 parent 7ab87f2 commit e4a99dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
with:
3333
github-token: ${{ github.token }}
3434
script: |
35-
echo "Creating tag v${{ env.TAG_NAME }}"
3635
github.rest.git.createRef({
3736
owner: context.repo.owner,
3837
repo: context.repo.repo,
39-
ref: 'refs/tags/v${{ env.TAG_NAME }}'
38+
ref: 'refs/tags/v${{ env.TAG_NAME }}',
39+
sha: context.sha
4040
})

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ 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)