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 2780000 commit ef9cc2eCopy full SHA for ef9cc2e
.github/workflows/generate_release.yml
@@ -46,6 +46,9 @@ jobs:
46
runs-on: ubuntu-latest
47
needs: build_latex
48
steps:
49
+ - name: Mark workspace as safe for git
50
+ run: git config --global --add safe.directory /github/workspace
51
+
52
- uses: actions/checkout@master
53
with:
54
fetch-depth: '0'
@@ -76,7 +79,7 @@ jobs:
76
79
id: create_release
77
80
uses: actions/create-release@v1
78
81
env:
- GITHUB_TOKEN: ${{ secrets.AP_GITHUB_TOKEN }}
82
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
84
tag_name: ${{ steps.bump.outputs.tag }}
85
release_name: ${{ steps.bump.outputs.tag }}
0 commit comments