Skip to content

Commit

Permalink
Temporarily enable show-bump.sh for testing PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Jun 11, 2021
1 parent 9662ee4 commit a20b6b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- rvl/misc-scripts # temporary testing
tags:
- 'v*'

Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
full_commit_message: ${{ steps.build.outputs.commit_message }}

bump_sh:
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v') # temporary for PR
runs-on: ubuntu-20.04
steps:
- name: '📥 Checkout repository'
Expand All @@ -87,6 +88,7 @@ jobs:
sudo snap install yq
sudo apt-get -yu install html-xml-utils
- name: 'Update Release in Bump.sh'
if: startsWith(github.ref, 'refs/tags/v') # temporary for PR
run: './scripts/gh/update-bump.sh'
env:
BUMP_SH_DOC_ID: ${{ secrets.BUMP_SH_DOC_ID }}
Expand Down

0 comments on commit a20b6b6

Please sign in to comment.