Skip to content

Commit

Permalink
create tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Sep 27, 2023
1 parent 5b37900 commit dbad861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{ inputs.tag}}',
sha: '${{ inputs.tag }}',
sha: '2f7d57cd534ac56b5728f68f6b85c5c7754f222b',
})

0 comments on commit dbad861

Please sign in to comment.