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 bcdae46 commit a3f062aCopy full SHA for a3f062a
.github/workflows/publish_release.yml
@@ -41,7 +41,6 @@ jobs:
41
# Write VERSION file and timestamp to ensure a diff
42
version="${{ steps.draft.outputs.tag_name }}"
43
echo "$version" | sed 's/^v//' > VERSION
44
- echo "# generated at $(date +%s)" >> VERSION
45
git add VERSION
46
git config user.name "github-actions[bot]"
47
git config user.email "github-actions[bot]@users.noreply.github.com"
@@ -75,7 +74,7 @@ jobs:
75
74
# gh pr review $PR_NUMBER --approve
76
# fi
77
78
- - name: Approve pull request and merge
+ - name: Merge PR
79
env:
80
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
run: |
0 commit comments