Skip to content

Commit 88f9fb5

Browse files
authored
Update publish.yml
1 parent 719eda1 commit 88f9fb5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/publish.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: Publish to Pub.dev
1+
# name: Publish to Pub.dev
22

3-
on:
4-
push:
5-
tags:
6-
- v*
3+
# on:
4+
# push:
5+
# tags:
6+
# - v*
77

8-
jobs:
9-
publishing:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: 'Checkout'
13-
uses: actions/checkout@v2
8+
# jobs:
9+
# publishing:
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - name: 'Checkout'
13+
# uses: actions/checkout@v2
1414

15-
- name: 'Publish'
16-
uses: k-paxian/dart-package-publisher@master
17-
with:
18-
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
19-
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
15+
# - name: 'Publish'
16+
# uses: k-paxian/dart-package-publisher@master
17+
# with:
18+
# accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
19+
# refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}

0 commit comments

Comments
 (0)