We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0695b commit fde0328Copy full SHA for fde0328
.github/workflows/build-release.yml
@@ -46,6 +46,7 @@ jobs:
46
timeout-minutes: 10
47
steps:
48
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
49
+ - uses: actions/checkout@v3
50
# tag
51
- name: tag
52
run: git tag ${{ env.GIT_TAG }}
0 commit comments