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 90411ef commit d78dea1Copy full SHA for d78dea1
.github/workflows/publish.yaml
@@ -100,6 +100,8 @@ jobs:
100
prerelease: true
101
}
102
]
103
+ env:
104
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105
106
- name: Summary
107
run: |
.github/workflows/test.yaml
@@ -75,6 +75,8 @@ jobs:
75
76
77
78
79
80
81
- name: Compare versions
82
0 commit comments