Skip to content

Commit a3f062a

Browse files
Workflow
1 parent bcdae46 commit a3f062a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
# Write VERSION file and timestamp to ensure a diff
4242
version="${{ steps.draft.outputs.tag_name }}"
4343
echo "$version" | sed 's/^v//' > VERSION
44-
echo "# generated at $(date +%s)" >> VERSION
4544
git add VERSION
4645
git config user.name "github-actions[bot]"
4746
git config user.email "github-actions[bot]@users.noreply.github.com"
@@ -75,7 +74,7 @@ jobs:
7574
# gh pr review $PR_NUMBER --approve
7675
# fi
7776

78-
- name: Approve pull request and merge
77+
- name: Merge PR
7978
env:
8079
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8180
run: |

0 commit comments

Comments
 (0)