Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 752d51a

Browse files
committed
just disable pre-release for now
1 parent f6a3165 commit 752d51a

File tree

2 files changed

+71
-32
lines changed

2 files changed

+71
-32
lines changed

.github/workflows/pre-release.yml

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
name: automatic-release
1+
# name: automatic-release
22

3-
on:
4-
push:
5-
branches-ignore:
6-
- master
3+
# on:
4+
# push:
5+
# branches-ignore:
6+
# - master
77

8-
env:
9-
BOT_GH_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
10-
VSCE_PAT: ${{ secrets.VSCE_PAT }}
8+
# env:
9+
# BOT_GH_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
10+
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
1111

12-
jobs:
13-
prerelease:
14-
name: Create prerelease
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v2
18-
- name: Install Dependencies
19-
run: npm ci
12+
# jobs:
13+
# prerelease:
14+
# name: Create prerelease
15+
# runs-on: ubuntu-latest
16+
# steps:
17+
# - uses: actions/checkout@v2
18+
# - name: Install Dependencies
19+
# run: npm ci
2020

21-
- name: Setup GIT
22-
run: |
23-
git config --global user.email "[email protected]"
24-
git config --global user.name "GraphQL Bot"
25-
git remote add github "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git" || true
21+
# - name: Setup GIT
22+
# run: |
23+
# git config --global user.email "[email protected]"
24+
# git config --global user.name "GraphQL Bot"
25+
# git remote add github "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git" || true
2626

27-
- name: Bump version
28-
id: bump
29-
run: |
30-
npm version patch -m "%s (prerelease)"
27+
# - name: Bump version
28+
# id: bump
29+
# run: |
30+
# npm version patch -m "%s (prerelease)"
3131

32-
- name: VSCE Pre-Release Publish
33-
id: publish
34-
run: |
35-
./node_modules/.bin/vsce publish --pre-release
32+
# - name: VSCE Pre-Release Publish
33+
# id: publish
34+
# run: |
35+
# ./node_modules/.bin/vsce publish --pre-release
3636

37-
- name: Push to master
38-
run: |
39-
git push github HEAD:"${GITHUB_REF}"
37+
# - name: Push to master
38+
# run: |
39+
# git push github HEAD:"${GITHUB_REF}"
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# name: automatic-release
2+
3+
# on:
4+
# push:
5+
# branches-ignore:
6+
# - master
7+
8+
# env:
9+
# BOT_GH_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
10+
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
11+
12+
# jobs:
13+
# prerelease:
14+
# name: Create prerelease
15+
# runs-on: ubuntu-latest
16+
# steps:
17+
# - uses: actions/checkout@v2
18+
# - name: Install Dependencies
19+
# run: npm ci
20+
21+
# - name: Setup GIT
22+
# run: |
23+
# git config --global user.email "[email protected]"
24+
# git config --global user.name "GraphQL Bot"
25+
# git remote add github "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git" || true
26+
27+
# - name: Bump version
28+
# id: bump
29+
# run: |
30+
# npm version patch -m "%s (prerelease)"
31+
32+
# - name: VSCE Pre-Release Publish
33+
# id: publish
34+
# run: |
35+
# ./node_modules/.bin/vsce publish --pre-release
36+
37+
# - name: Push to master
38+
# run: |
39+
# git push github HEAD:"${GITHUB_REF}"

0 commit comments

Comments
 (0)