Skip to content

Commit dea9439

Browse files
committed
update rc
1 parent a6f6019 commit dea9439

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
name: RC
1919
on:
2020
push:
21-
branches:
22-
- '**'
23-
- '!dependabot/**'
2421
tags:
2522
- '*-rc*'
2623
pull_request:
@@ -35,7 +32,7 @@ jobs:
3532
archive:
3633
name: Archive
3734
runs-on: ubuntu-latest
38-
timeout-minutes: 5 # Can be reduced as we are not checking out submodules
35+
timeout-minutes: 5
3936
steps:
4037
- name: Checkout
4138
uses: actions/checkout@v4
@@ -52,15 +49,6 @@ jobs:
5249
echo "VERSION=${version}"
5350
echo "RC=${rc}"
5451
55-
- name: Prepare for branch
56-
if: github.ref_type == 'branch'
57-
run: |
58-
version="0.1.0-dev"
59-
rc=100
60-
echo "VERSION=${version}" >> ${GITHUB_ENV}
61-
echo "RC=${rc}" >> ${GITHUB_ENV}
62-
echo "VERSION=${version}"
63-
echo "RC=${rc}"
6452
6553
- name: Archive
6654
run: |
@@ -92,8 +80,6 @@ jobs:
9280
os:
9381
- macos-latest
9482
- ubuntu-latest
95-
# Consider adding windows-latest if your project supports it
96-
# - windows-latest
9783
steps:
9884
- name: Install C++ Build Tools (Ubuntu)
9985
if: runner.os == 'Linux'
@@ -126,8 +112,6 @@ jobs:
126112
fi
127113
echo "VERSION=${version}"
128114
echo "RC=${rc}"
129-
# You MUST create this verify_rc.sh script for C++
130-
# It should untar, cmake, build, and run tests (ctest)
131115
dev/release/verify_rc.sh "${version}" "${rc}"
132116
env:
133117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)