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 67c38cc commit 27fbc4dCopy full SHA for 27fbc4d
.github/workflows/prepare-tag.yml
@@ -40,7 +40,7 @@ jobs:
40
41
changelog:
42
needs: get-version
43
- uses: codesnippetspro/.github-private/.github/workflows/changelog.yml
+ uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@v1
44
with:
45
repo: ${{ github.repository }}
46
branch: ${{ github.ref_name }}
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
50
# deploy:
51
# needs: [install, upload]
52
- # uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@main
+ # uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@v1
53
# with:
54
# repo: ${{ github.repository }}
55
# branch: ${{ github.ref_name }}
0 commit comments