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 6f4dbad commit 0fd7a9dCopy full SHA for 0fd7a9d
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
# Create a release on GitHub using Personal Access Token (PAT)
57
- name: Create GitHub Release
58
id: create_release # Store the release details for later steps
59
- uses: actions/[email protected].0
+ uses: actions/[email protected].4
60
env:
61
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # Use your PAT here
62
with:
0 commit comments