File tree Expand file tree Collapse file tree 8 files changed +29
-1
lines changed Expand file tree Collapse file tree 8 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v3
27
27
with :
28
+ # Needed to push the tag and the commit on the main branch, otherwise we get:
29
+ # > Run git push --follow-tags
30
+ # remote: error: GH006: Protected branch update failed for refs/heads/main.
31
+ # remote: error: Changes must be made through a pull request. Required status check "lint" is expected.
28
32
token : ${{ secrets.BOT_ACCESS_TOKEN }}
29
33
- run : corepack enable
30
34
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v3
27
27
with :
28
+ # Needed to push the tag and the commit on the main branch, otherwise we get:
29
+ # > Run git push --follow-tags
30
+ # remote: error: GH006: Protected branch update failed for refs/heads/main.
31
+ # remote: error: Changes must be made through a pull request. Required status check "lint" is expected.
28
32
token : ${{ secrets.BOT_ACCESS_TOKEN }}
29
33
- run : corepack enable
30
34
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v3
27
27
with :
28
+ # Needed to push the tag and the commit on the main branch, otherwise we get:
29
+ # > Run git push --follow-tags
30
+ # remote: error: GH006: Protected branch update failed for refs/heads/main.
31
+ # remote: error: Changes must be made through a pull request. Required status check "lint" is expected.
28
32
token : ${{ secrets.BOT_ACCESS_TOKEN }}
29
33
- run : corepack enable
30
34
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v3
27
27
with :
28
+ # Needed to push the tag and the commit on the main branch, otherwise we get:
29
+ # > Run git push --follow-tags
30
+ # remote: error: GH006: Protected branch update failed for refs/heads/main.
31
+ # remote: error: Changes must be made through a pull request. Required status check "lint" is expected.
28
32
token : ${{ secrets.BOT_ACCESS_TOKEN }}
29
33
- run : corepack enable
30
34
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v3
27
27
with :
28
+ # Needed to push the tag and the commit on the main branch, otherwise we get:
29
+ # > Run git push --follow-tags
30
+ # remote: error: GH006: Protected branch update failed for refs/heads/main.
31
+ # remote: error: Changes must be made through a pull request. Required status check "lint" is expected.
28
32
token : ${{ secrets.BOT_ACCESS_TOKEN }}
29
33
- run : corepack enable
30
34
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v3
27
27
with :
28
+ # Needed to push the tag and the commit on the main branch, otherwise we get:
29
+ # > Run git push --follow-tags
30
+ # remote: error: GH006: Protected branch update failed for refs/heads/main.
31
+ # remote: error: Changes must be made through a pull request. Required status check "lint" is expected.
28
32
token : ${{ secrets.BOT_ACCESS_TOKEN }}
29
33
- run : corepack enable
30
34
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v3
27
27
with :
28
+ # Needed to push the tag and the commit on the main branch, otherwise we get:
29
+ # > Run git push --follow-tags
30
+ # remote: error: GH006: Protected branch update failed for refs/heads/main.
31
+ # remote: error: Changes must be made through a pull request. Required status check "lint" is expected.
28
32
token : ${{ secrets.BOT_ACCESS_TOKEN }}
29
33
- run : corepack enable
30
34
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @huggingface/tasks" ,
3
3
"packageManager" :
" [email protected] " ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"description" : " List of ML tasks for huggingface.co/tasks" ,
6
6
"repository" : " https://github.com/huggingface/huggingface.js.git" ,
7
7
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments