Skip to content

Commit

Permalink
clean up automated toc bump experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed Nov 15, 2023
1 parent a9a4c5a commit bf99844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tocBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
git commit --allow-empty -m "${{ github.event.inputs.message }}"
git push
- name: Release
- name: Publish release
uses: softprops/action-gh-release@v1
with:
# this cannot be ${{ secrets.GITHUB_TOKEN }} because that'll block the on release publish workflow from running
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
name: ${{ steps.version.outputs.v-version }}
tag_name: ${{ steps.version.outputs.v-version }}

0 comments on commit bf99844

Please sign in to comment.