Skip to content

Commit

Permalink
fix(ci): clarify only long SHAs required, update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Oct 2, 2024
1 parent 0eaf528 commit cbbe119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
inputs:
ref:
description: |
Github ref ('branch', 'tag-v1.0.0', '6d2db71')
Github ref (e.x. 'branch', 'tag-v1.0.0', '<long SHA>')
required: false
default: ''
type: string
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Create and push new tag
run: |
git tag v$(just print-version);
git push https://${{ secrets.RELEASE_PR_PAT }}@github.com/vadosware/pg_idkit.git --tags;
git push https://${{ secrets.RELEASE_PR_PAT }}@github.com/VADOSWARE/pg_idkit.git --tags;

0 comments on commit cbbe119

Please sign in to comment.